For my weekend project, I''m going to get form_remote_tag and file_column playing happily together. According to my research, no one has done this yet. If you happen to have tried this, and have some workable code, send me an email. I''d rather not duplicate the effort. Thanks! -- Kyle Maxwell Chief Technologist E Factor Media // FN Interactive kyle@efactormedia.com 1-866-263-3261
AFAIK it is not possible to do fileupload with AJAX (Security restriction) Kyle, if you make it work, let us know ! What I am currently experimenting with, is a small flash movie which does asynchrounous fileupload as demonstrated at http://www.aflax.org/examples/fileupload/fileupload.html But I have problems integrating it into file_column, because I can''t add other fields to the upload POST, becaue that is done by the flash movie. So I think to upload just the file first and then when upload is finished, to trigger an AJAX call to access the latest uploaded file for letting the user fill out the other filelds of that record. On 2/4/06, Kyle Maxwell <kyle@kylemaxwell.com> wrote:> > For my weekend project, I''m going to get form_remote_tag and > file_column playing happily together. According to my research, no > one has done this yet. If you happen to have tried this, and have > some workable code, send me an email. I''d rather not duplicate the > effort. > > Thanks! > > -- > Kyle Maxwell > Chief Technologist > E Factor Media // FN Interactive > kyle@efactormedia.com > 1-866-263-3261 > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-- Roberto Saccon - http://rsaccon.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060204/4b40347c/attachment.html
Any conclusion to this? -- Posted via http://www.ruby-forum.com/.
On 2/7/06, james <jamesr@gmail.com> wrote:> Any conclusion to this? > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >I got something working, but I couldn''t get the RJS templates to work with it. Does anyone have any inclination to help out? All I need is the javascript that will apply the RJS loaded within the body of an iframe. -- Kyle Maxwell Chief Technologist E Factor Media // FN Interactive kyle@efactormedia.com 1-866-263-3261
I''d be willing to help out if I can see what you''ve done. I''ve been using RJS quite extensively since it appeared in the trunk. On 2/7/06, Kyle Maxwell <kyle@kylemaxwell.com> wrote:> > On 2/7/06, james <jamesr@gmail.com> wrote: > > Any conclusion to this? > > > > -- > > Posted via http://www.ruby-forum.com/. > > _______________________________________________ > > Rails mailing list > > Rails@lists.rubyonrails.org > > http://lists.rubyonrails.org/mailman/listinfo/rails > > > > I got something working, but I couldn''t get the RJS templates to work > with it. Does anyone have any inclination to help out? All I need is > the javascript that will apply the RJS loaded within the body of an > iframe. > > -- > Kyle Maxwell > Chief Technologist > E Factor Media // FN Interactive > kyle@efactormedia.com > 1-866-263-3261 > > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails > > >-------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060207/89cc4c7b/attachment.html
On 2/7/06, james <jamesr@gmail.com> wrote:> Any conclusion to this? > > -- > Posted via http://www.ruby-forum.com/. > _______________________________________________ > Rails mailing list > Rails@lists.rubyonrails.org > http://lists.rubyonrails.org/mailman/listinfo/rails >I posted a crude version of a plugin that allows you to use form_remote_tag to upload files. It ONLY does RJS callbacks. No :update, no :complete, nothing. Please send me lots of tickets. I''m really not too keen to develop more functionality than the bare bones that I need, but I''m more than happy to help coordinate a group effort. So create lots of tickets! Collaboa: dev.kylemaxwell.com SVN: http://svn.kylemaxwell.com/form_remote_upload/trunk/ -- Kyle Maxwell Chief Technologist E Factor Media // FN Interactive kyle@efactormedia.com 1-866-263-3261