GetSimple Support Forum

Full Version: What happened with uploading files?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Why did the picture loaded fine, but now writes
Code:
[object Object] Error -200:500 HTTP Error (500)
and do not create files thumbnail
Oleg06 Wrote:Why did the picture loaded fine, but now writes
Code:
[object Object] Error -200:500 HTTP Error (500)
and do not create files thumbnail

Oleg, what size had the image and what file-type?
maybe something with the provider, because no longer anywhere to work
.jpg 289x385 24kb
Sorry, this was due to UploadUploadify3.php Smile
Oleg06 Wrote:maybe something with the provider, because no longer anywhere to work
http://neowebtime.ru/1/gallery
.jpg 289x385 24kb

Could it be that your hoster activated some security mods in Apache?

try this in .htaccess ( I found it for uploading images to Wordpress, situation is the same):

Code:
# <IfModule mod_security.c>  
<Files async-upload.php>  
SecFilterEngine Off  
SecFilterScanPOST Off  
</Files>  
</IfModule>

but generally HTTP: Errors 500 are not client-side, so you must contact your hoster
Hi Connie,
I have the same problem when I try to upload pictures (Error 500). I was told by the helpdesk that I need to add .htaccess with the text "SecFilterEngine Off" and especially not to put in root dir, but in the folder where the script runs! This enables mod_security for that particular folder and the containers placed scripts. But in which dir should I place it?

And is your option better as this one?

Greetings Tom.