I need a form that will allow directories to be uploaded, rather than one file at a time. Is this possible? On my Mac, at least, the file selection menu won''t allow a user to select a folder. Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 20 Jun 2007, at 23:32, dfrank86 wrote:> I need a form that will allow directories to be uploaded, rather than > one file at a time. Is this possible? On my Mac, at least, the file > selection menu won''t allow a user to select a folder.SWFUpload allows you to select multiple files for upload (not the folder itself, but you can select all the files in the folder with Command/Control-A). Only other way if the folder itself needs to be uploaded is asking the user to zip the bunch and upload the zip file. Best regards Peter De Berdt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On 6/20/07, dfrank86 <daniel.frank-UWkI3MzZw7X2fBVCVOL8/A@public.gmane.org> wrote:> > I need a form that will allow directories to be uploaded, rather than > one file at a time. Is this possible? On my Mac, at least, the file > selection menu won''t allow a user to select a folder.That''s a browser/http limitation. It''s also why you can''t upload certain mac files that are really just directories with fancy extensions. -- Rick Olson http://lighthouseapp.com http://weblog.techno-weenie.net http://mephistoblog.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---