When I have flash_upload.php as the action script, the upload works fine. But if I put flash_upload.php under the uploadScript attribute, it does not upload the file.
hi, thanks for the script, but i'm getting an error. the flash said it's successfuly uploaded, but when i checked the file, it's not there. i was trying to disable the javascript just to make sure the flash_upload.php worked. it was weird because the php script worked just fine, i can upload with the old file input. did i miss anything?
Sorry for the late reply: apparently i haven't quite finished setting this forum right: i don't receive warning when someone posts a new question.
I've just updated jqUploader to work for jquery1.4+ and fixed a few things. Make sure you empty your cache and replace the old swf with the new one. Let me know if it solves your issue.
Hello! I tried to pass a hidden field value to make a dynamic upload directory of the flash upload. It seems that the hidden field will only be sent through submit button. How to pass that hidden value through the flash button?
Hi! I'm trying to edit the jqUploader.fla file but I keep getting a 'Fail to open document' message. I'm using Flash CS4. Anyone else had problems with this? Which Flash version did you use?
Very nice work,and thanks a lot for sharing-it. First remark, nowadays, lot of peole are using mootools or other JS library together with Jquery: Please, it is so simple to protect "noconflit" the Jquery code by default. A problem with the texts: the multi lines does not work: if the name of the file is too long, it is impossible te read the messages (errors or OK). It would be nice, too, to catch server's response to show a success or error message (i had some trouble with those errors messages) Some additional suggestions: And there is a lot of details not explained in your jquploader. How did your flash send the request: post or get ? (i know-it now ;-) It would be great to can add some other inputs fields in the form. To can stylise the texts colors without editing the flash itself. (it works on a bdark background on my site, and i was obliged to edit the FLA.
Anyway, it is working ok, now, after a lot of work on.
this one even works in window.showModalDialog in IE8 ( Uploadify fails there..)
I agree with esperado, it would be nice to retrieve the complete response of the server afterwards. Now it is almost impossible to display the response on advanced server checks. This is a missing link in the userexperience. E.g. we want to check on maximum length of the filename, further restrict filesize on certain file extensions, etc. and give the user full response on that.
It would be nice to adjust the text on Browse and Upload.
I had to tweak the code in TerminateJQUploader : the existing code erased the complete tag
Hi first i like to say thank you for this script, i've been looking something like this for a long time. The script worked ok for some time, but now i'm getting a lot of "IO error with [filename]". Did this happen to anyone? What could be the reason? Thanks in advance
has anyone used a non-php server side script (python) and got this to work? i set my input form name to "file" but on my server, i am not getting passed a FILE['file'] ...not sure what the name being passed is.
I'm having some troubles opening the .fla file in Flash CS3. It tells me: unexpected file format. I'd like to change the language of the txt in the swf. Could you send it to me / upload it (if possible) with Flash CS3 support)?
Hi there Firstly thank you so much for this script, i have been looking for days for this type of script that also redirects...
Now im a total javascript noob meaning i have no idea at all!! lol Im good with php but java has never been my strong point..
Anyways i would like to add a hidden field to the upload form which is simple enough but i need what ever is in the hidden field to be posted also via the flash_upload.php - im sure this requires java as i have tried adding the hidden field and the post details in flash_upload.php but the content is the hidden field is not being passed.
Please can you help me out with this...do i need to add some java for this, if so can you give me the code and tell me where to put it :)