Re: Form with upload

2008-02-16 Thread Paranoid_Fabio
ok. I've understood. Thank you very much Paranoid_Fabio wrote: > > Hello. I have to implement a file upload. Togheter with it, the user have > to fill a form. > The form is like: > > > title > price > image > > The user should fill the "title" and "price" field, up

Re: Form with upload

2008-02-16 Thread Dave Newton
--- Paranoid_Fabio <[EMAIL PROTECTED]> wrote: > Thank you. If I submit all the data in "one shot" everything goes ok. > > What I wanted to do in principle was to first upload the image (and other > files the user has to upload), then submit the form with other parameters. > like a step-by-step sub

Re: Form with upload

2008-02-16 Thread Paranoid_Fabio
Thank you. If I submit all the data in "one shot" everything goes ok. What I wanted to do in principle was to first upload the image (and other files the user has to upload), then submit the form with other parameters. like a step-by-step submission. The problem is that i would like to have, in t

Re: Form with upload

2008-02-16 Thread Dave Newton
--- Paranoid_Fabio <[EMAIL PROTECTED]> wrote: > Hello. I have to implement a file upload. Togheter with it, the user have > to fill a form. > The form is like: > > > title > price > image > > The user should fill the "title" and "price" field, upload an image and > the