Re: Getting file selected for upload to survive validation.

2008-03-04 Thread Ray Cote
At 1:31 AM +1100 3/5/08, Malcolm Tredinnick wrote: >On Tue, 2008-03-04 at 08:58 -0500, Ray Cote wrote: >> I have file uploads working using newforms. >> >> However, if I run into validation errors on the form (say a mandatory >> field is not filled), then when the form re-displays for the

Re: Getting file selected for upload to survive validation.

2008-03-04 Thread Malcolm Tredinnick
On Tue, 2008-03-04 at 08:58 -0500, Ray Cote wrote: > I have file uploads working using newforms. > > However, if I run into validation errors on the form (say a mandatory > field is not filled), then when the form re-displays for the user, > the file they previously selected is no longer

Getting file selected for upload to survive validation.

2008-03-04 Thread Ray Cote
I have file uploads working using newforms. However, if I run into validation errors on the form (say a mandatory field is not filled), then when the form re-displays for the user, the file they previously selected is no longer selected. I've been reading through a variety of file upload