scriptdata not working in uploadify

Posted by Vinoth13 on Stack Overflow See other posts from Stack Overflow or by Vinoth13
Published on 2011-03-08T15:05:46Z Indexed on 2011/03/08 16:10 UTC
Read the original article Hit count: 130

Filed under:

Hi Friends i am using uploadify for my project.. in that i need to pass some data to upload.php to insert it in database. i am using the below code for sending data and getting it using $_POST in that upload.php file but its not getting those values.

    $("#fileupload").fileUpload({
        'uploader': 'uploadify/uploader.swf',
        'cancelImg': 'uploadify/cancel.png',
        'script': 'uploadify/upload.php',
        'scriptData' : {'name':'name','status':1}

Can anyone help me on this ..

© Stack Overflow or respective owner

Related posts about php