Active
Project:
PROG Gallery
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Mar 2009 at 10:58 UTC
Updated:
29 Nov 2009 at 11:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
Jānis Bebrītis commentedi`ve noticed this sometime ago with internet explorer. my dev server had pretty hacked configuration and so I decided there is problem with my url rewriting.
what browser are you using when this happens? have you tried another? thanks!
which one do you mean by classic upload, because there are 3 upload options: multiupload (swfupload), no-swfu fallback (javascript) and a classic one - 5 plain file browse fields. (see attachment)
Comment #2
stoltoguzzi commentedit is what you call classic.jpg.
Using firefox the javascript upload is working. But the preview in the upload-windows shows some characters and not the images.
Comment #3
stoltoguzzi commentedforgot to add the error-message from IE
Comment #4
Jānis Bebrītis commentedthis looks like an old version where I forgot to hide iframe. can you please download latest version and review it? Thanks!
Comment #5
stoltoguzzi commentedthe result is similar, see attached pictures
Comment #6
Jānis Bebrītis commentedi saw some message on fupload module page:
do you have mod_security enabled?
Comment #7
normunds lauva commentedI've found out that IE does not set correct enctype from AJAX uploads. I used Fiddler to see headers sent. Firefox makes normal multipart/form-data posts, IE does not.
Enctype is set in prog_gallery.js:405. Someone could find further why this doesn't work on IE.