uploadify

How does Uploadify work?

Hello I'm trying to figure out how Uploadify works. I'm trying to see the POST in FireBug on the demos page, but can't see anything. I thought even requests that originate from Flash still appear in Firebug. LiveHTTPHeaders didn't tell me anything either. When I try it on my site, the file can be selected OK and the progress bar mov...

"http error" when using Uploadify plugin for JQuery

I'm using the plugin from here: http://www.uploadify.com/ I have setup a simple test case, select a file etc & I get a "HTTP Error" when I try to upload. Here is the relevant code from my header.. <script type="text/javascript" src="../js/jquery.js"></script> <script type="text/javascript" src="../js/swfobject.js"></script> <script ty...

Can't change 'scriptData' when using Uploadify plugin for JQuery

I'm using the plugin from here: http://www.uploadify.com/ I'm trying to update/add scriptData but it isn't working. The value always remains the same, what am I doing wrong!? :( Here is the relevant code from my header.. <script type="text/javascript"> $(document).ready(function() { $('#sampleFile').uploadify({ 'uploader':...

jquery plugin 'uploadify' - Way to return a response from upload script?

Hey guys.... I'm wondering is there any way this can be done? My header code for example is.. $(document).ready(function() { $('#sampleFile').uploadify({ 'uploader': 'include/uploadify/uploadify.swf', 'script': 'add_list.php', 'scriptData': {'mode': 'upload'}, 'fileDataName': 'sampleFile', 'f...