fresh installation 6.1 using the latest dev-version of prog-gallery.
- using the upload windows I can select an images then I see the progress bar, but it ends displaying Error:Fail
- the classic upload works.

any idea?

Comments

Jānis Bebrītis’s picture

StatusFileSize
new18.03 KB
new44.04 KB
new47.42 KB

i`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)

stoltoguzzi’s picture

StatusFileSize
new21.84 KB

it 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.

stoltoguzzi’s picture

StatusFileSize
new19.32 KB

forgot to add the error-message from IE

Jānis Bebrītis’s picture

this looks like an old version where I forgot to hide iframe. can you please download latest version and review it? Thanks!

stoltoguzzi’s picture

StatusFileSize
new21.48 KB
new18.65 KB

the result is similar, see attached pictures

Jānis Bebrītis’s picture

i saw some message on fupload module page:

mod_security - if mod_security is enabled, you might have problems uploading images because an http error is returned immediately (error 503, 403 or something else). To solve this problem, disable this (apache) module for the urls "/fupload/flash" & "?q=fupload/flash"

do you have mod_security enabled?

normunds lauva’s picture

I'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.