[jQuery] Re: About form upload

2007-04-28 Thread Massimiliano Marini
Hi Mike, Just start with something simple, like this: I was getting lost in a water glass many thanks for your help and great script, now is more clear. -- Massimiliano Marini - http://www.linuxtime.it/massimilianomarini/ It's easier to invent the future than to predict it. -- Alan Kay

[jQuery] Re: About form upload

2007-04-27 Thread Mike Alsup
Massimiliano, That code wasn't meant to serve as an example. It had a bunch of extra stuff in there so that I could display the responses, etc. You neglected to indicate what it not working for you. Are you getting an error? There is nothing special that you need to do to take advantage of

[jQuery] Re: About form upload

2007-04-27 Thread Mike Alsup
I've also just tried it out but where is upload.php? As with any form processing, there must be a server component that handles the data. upload.php is just the action target for Massimiliano's form. Mike

[jQuery] Re: About form upload

2007-04-27 Thread wyo
On 27 Apr., 20:38, Mike Alsup [EMAIL PROTECTED] wrote: I've also just tried it out but where is upload.php? As with any form processing, there must be a server component that handles the data. upload.php is just the action target for Massimiliano's form. Oh, I though it would be nice to

[jQuery] Re: About form upload

2007-04-27 Thread Mike Alsup
Oh, I though it would be nice to have some small sample code. All I'm interested is how the POST parameter input name=file type=file is accessed. Just as an ordinary $_POST['file'] variable in PHP? You'll use $_FILES. http://us2.php.net/features.file-upload Mike