Hello,
I combined 2 demos ( formsdemo and v102demo). From the first demo I
copied part of the code which sends $_POST variables of my form, and from second demo I try to copy that par which add files to queue with multiple selection. Now I have a slightly problem with upload button.
I want to override default upload of second demo but I don't know how?
I have my own Submit button which sends all data to upload.php and when upload script do the job then I'm redirected to another location.
The default button just process files but doesent send any $_POST, but when I click on my original submit button I get All data ($_POST) but I don't get any $_FILES.
anybody can help me?
thanks in advance
| Attachment | Size |
|---|---|
| test.php_.txt | 6.73 KB |
result
on thias link is result
http://swfupload.org/forum/generaldiscussion/517
but I still have one problem , how can i STOP auto upload and bind it to my submit button?
Why v1.0.2
Why do you want to use the v1.0.2 Plugin? You are using it and then asking how to make it work like the standard SWFUpload.
My suggestion is not to combine the demos. If you must, build off the forms demo, but unless you are actually trying to upgrade a SWFUpload v1.02 application to use v2.x there is no reason to use the v1.0.2 plugin.