search for: fileseri

Displaying 3 results from an estimated 3 matches for "fileseri".

Did you mean: fileserv
2005 Dec 14
2
RE: Form.serialize and Ajax.Request->fileserialization and encoding
...lic.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Paul Shannon Sent: Wednesday, December 14, 2005 8:52 AM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: RE: [Rails-spinoffs] Form.serialize and Ajax.Request->fileserialization and encoding I''ve not looked into how it''s done but adding an attachment in Gmail (UK version) uploads the file without refreshing the window, and http://www.yousendit.com <http://www.yousendit.com/> appears to send a file via some sort of RPC or AJAX. Maybe th...
2005 Dec 14
1
RE: Form.serialize and Ajax.Request ->fileserialization and encoding
...CwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Tarek Ziadé Sent: 14 December 2005 15:49 To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: Re: [Rails-spinoffs] Form.serialize and Ajax.Request ->fileserialization and encoding On 12/14/05, Gregory Hill <Gregory_Hill-l9nu40+TWxQ@public.gmane.org> wrote: 1/ I am trying to send a multipart/form-data encoded form through Ajax with by calling Form.serialize, but it seems that files fields does not support this very well Is there a...
2005 Dec 14
1
RE: Form.serialize and Ajax.Request -> fileserialization and encoding
1/ I am trying to send a multipart/form-data encoded form through Ajax with by calling Form.serialize, but it seems that files fields does not support this very well Is there any special mode to use ? You cannot send a file through Ajax. You''ll have to submit the form normally. To mimic Ajax functionality, you could set the target to a hidden iframe, and on the server side,