SWFUpload "addPostParam" doesn't work

Posted by bah on Stack Overflow See other posts from Stack Overflow or by bah
Published on 2010-05-09T01:43:56Z Indexed on 2010/05/09 1:48 UTC
Read the original article Hit count: 647

Filed under:
|
|

Hi, I've been testing this upload script and it looks really good, but i just can't get it to post values, that i have extracted from inputs. Everything is looking good and it seems I'm writing everything correctly but it just stops SWF DEBUG: Event: uploadStart : File ID: SWFUpload_0_0, there's my piece of code which causes these troubles

.bind('uploadStart', function(event, file){ $(this).addPostParam( "title", "asd"); })

I'm using it as jquery plugin, maybe that's the problem? Thanks!

© Stack Overflow or respective owner

Related posts about swfupload

Related posts about jQuery