| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| Hello, Does anyone know when you run a upload script that you can simultanious send variables from flash to php? And in the php script you would pick this flash var with: $pathname = $HTTP_POST_VARS['myfoldername']; I noticed there was only one line of code in the flash actionscript where the upload.php script is being triggerd. file.upload(upload.php); So i tried to put behind the url script ?myfoldername='tempfolder' But that does not work.. Is there another way to send a variable to the upload script? Regards, |
|
#2
| |||
| |||
| in php you should use GET to extract the variable/value: $pathname=$_GET['myfoldername']; |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.