开发者

Uploadify: passing variables

开发者 https://www.devze.com 2023-02-13 07:10 出处:网络
I\'m using uploadify and I don\'t know how to retrieve data. In my index file I\'m doing: \'scriptData\' : {\'value\' : \'1\')

I'm using uploadify and I don't know how to retrieve data. In my index file I'm doing:

'scriptData' : {'value' : '1')

And then I don't know how to retrieve this value from uploadify.php. I tried $_REQUEST['value'] and many more other op开发者_开发知识库tions and still doesn't get it.

Any ideas?

Thank you!


I'm not sure which version you are using, but for me, I grab the data with $_GET. So for your example, it would be $value = $_GET['value'].

0

精彩评论

暂无评论...
验证码 换一张
取 消