Oi! I am developer Brazilian and necessary of aid.
have a table in mysql that he stores infos of mine uploads.
when I execute upload, would have to send way POST informations for upload.php, where this mine script of insert in the date base
how I sending these information? it this not sending others inputs way POST.
Sorry my weak English;
Tanks;
October 23, 2008 - 10:40pm
SWFUpload is like Ajax. When you make an Ajax call your form doesn't automatically go with it.
In your uploadStart event handler read the values from your form and use the addFileParam function to send those values along with the upload.