Re: edit form not working with imagefield

2009-07-08 Thread geraldcor
Thank you all. This plugin really did the trick http://malsup.com/jquery/form/. One line of code makes it work and you can expand from there. Worked really well. I highly recommend it for form uploads with ajax and jquery. On Jul 7, 3:02 pm, Xiong Chiamiov wrote: > On

Re: edit form not working with imagefield

2009-07-07 Thread Xiong Chiamiov
On Jul 7, 1:22 pm, Adam Jenkins wrote: > I know that Dojo allows one to upload files with Ajax. It uses an iframe as > a work around. >From what I remember from when I was doing something like this a good year ago, using an iframe is the accepted way of uploading files

Re: edit form not working with imagefield

2009-07-07 Thread Adam Jenkins
On Tue, Jul 7, 2009 at 3:19 PM, geraldcor wrote: > > Oh. That's a problem. Ok. Thanks. Am I going to have to scrap the ajax > idea if I want to edit the image? Any other workarounds? I know that Dojo allows one to upload files with Ajax. It uses an iframe as a work around.

Re: edit form not working with imagefield

2009-07-07 Thread geraldcor
Oh. That's a problem. Ok. Thanks. Am I going to have to scrap the ajax idea if I want to edit the image? Any other workarounds? Thanks for the reply. On Jul 7, 11:20 am, Alex Gaynor wrote: > On Tue, Jul 7, 2009 at 12:16 PM, geraldcor wrote: > > > I

Re: edit form not working with imagefield

2009-07-07 Thread Alex Gaynor
On Tue, Jul 7, 2009 at 12:16 PM, geraldcor wrote: > > I have a form that is being added via jquery ajax. I can add a new > record, including images just fine. Works like a dream. However, when > I go to edit the form, every field will update except for the image > field. I

edit form not working with imagefield

2009-07-07 Thread geraldcor
I have a form that is being added via jquery ajax. I can add a new record, including images just fine. Works like a dream. However, when I go to edit the form, every field will update except for the image field. I choose a new image from the browse button, the filepath loads up and when I submit