When I upload via the flash, the upload bar will slowly load to 100%, then pause, then the following text will appear ERROR HTTP ERROR xxx1.jpg 500, repeating it will result in the following list under the progress bar
ERROR HTTP ERROR xxx1.jpg 500
ERROR HTTP ERROR xxx2.jpg 500
ERROR HTTP ERROR xxx3.jpg 500
ERROR HTTP ERROR xxx4.jpg 500
etc...
What have I done already:
Added this code into htaccess
Options All -Indexes
AddType x-mapp-php5 .php
AddHandler x-mapp-php5 .php
And this code
<IfModule mod_security.c>
<Files upload.php>
SecFilterEngine Off
SecFilterScanPOST Off
</Files>
</IfModule>
In addition to this, I have changed the folders permission to 777 to attempt to upload, but nothing.
Non-Flash Upload
When using the non-flash upload, it works fine
Problem
Problem is, I have 100+ images per a gallery, and approx 90 galleries, so its a lot of uploading if I have to select each image.
Thanks