[jQuery] Re: $_POST variables not passed to PHP script processing form

2007-12-23 Thread Big Moxy
I solved my problem. I didn't realize I wasn't referencing the correct variable names. On Dec 22, 5:36 pm, Big Moxy <[EMAIL PROTECTED]> wrote: > Ultimately I want this form to upload a file to a server location > based on the additional form fields on the server. I star

[jQuery] $_POST variables not passed to PHP script processing form

2007-12-22 Thread Big Moxy
Ultimately I want this form to upload a file to a server location based on the additional form fields on the server. I started with sample code that I found querying jquery file upload. Originally echo.php contained two var_dump statements - one for $_POST and the other for $_FILES. That works fin

[jQuery] HELP Needed extending Ajax File Uploader Plugin For Jquery

2007-12-21 Thread Big Moxy
Download URL - http://www.phpletter.com/DOWNLOAD/ I want to extend the sample upload form with two additional fields. My problem is I do not know how to get those additional field variables passed in the POST process. Here is a snippet of the javascript used. In the function ajaxFileUpload, s.fil