cant upload images :(

svefn / 2015-09-18 10:40:16   

Hi, I cant seem to upload a 173kb 800x311 jpg image file.. Even a smaller image

svefn / 2015-09-18 10:56:44   

Since my post was cut off I'll retype this...

My host details:
Apache version: 2.2.15
PHP version:     5.4.25
MySQL version:     5.6.13
cURL Enabled
Register globals Off
Mod_rewrite & .htaccess Enabled
Ioncube & Zend Enabled
GD Library Enabled
ImageMagik Off
post_max_size 20M
upload_max_filesize 10M

There is no indication after I selected an image with Add Files or Upload (both seem to be same function?), the progress seems stalled halfway, no indication/error message too. I'm using just a small 400x400 54kb .jpg file. I've check the folders required to be 755.

This is strange because I was able to upload jpgs (all >1.2MB) on zenphoto and it created thumbnails too no problem.

svefn / 2015-09-18 11:35:40   

Some updates since I cant edit the post above. Tried reinstalling, new database, set chmod for data, config folders to 777. There is no text error message on the upload popup, and progress bar is stuck at 70%. Tried file sizes 35KB 55KB and 173KB, all .jpg no wierd filenames. Tried on Chrome too and clear cookies.

svefn / 2015-09-18 12:52:08   

on my site (it's online not localhost, fresh installed):
i.imgur.com/…

on your demo site (same problem):
i.imgur.com/…

svefn / 2015-09-18 18:15:06   

After much frustration (it works in Chrome afterwards but not Firefox), the problem is with this line of code: after inspecting element with FF and deleting this node I was able to click Upload to start uploading...when before the input area covered the Upload and Cancel buttons causing it unable to click the button properly... hope they fix this bug.

  1. <input name="files[]" multiple="" type="file">

i.imgur.com/…

This thread has been closed, thank you.