curlysue282002-/E1597aS9LQAvxtiuMwx3w@public.gmane.org
2008-Nov-21 20:56 UTC
Mailer attach files that are posetd in a respository on the web
I have set up my application to send e-mails along with attachments, however I would like the ability for the "browse" to search a file sharing repository that we have posted on the web. Right now it just searches and uploads files I have on my desktop. Has anyone had any success attaching files that are stored on a web page? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
James Mitchell
2008-Nov-21 21:23 UTC
Re: Mailer attach files that are posetd in a respository on the web
Yes and No. Do you mean just for you? Or for all your users? If just for you, sure, just figure out a way to map a drive (windows) or mount a remote file share (osx/linux) and it will be available from the file picker. If it''s something you want all your users to see ... no. That''s not possible with the browser file input selector. You could create a page that lists the remote location files similar to a file input, like in a popup window or redbox, but you would have to implement that yourself in your app. Hope that helps. -- James Mitchell On Fri, Nov 21, 2008 at 3:56 PM, curlysue282002-/E1597aS9LQAvxtiuMwx3w@public.gmane.org <curlysue282002-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote:> > I have set up my application to send e-mails along with attachments, > however I would like the ability for the "browse" to search a file > sharing repository that we have posted on the web. Right now it just > searches and uploads files I have on my desktop. Has anyone had any > success attaching files that are stored on a web page? > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
curlysue282002-/E1597aS9LQAvxtiuMwx3w@public.gmane.org
2008-Nov-21 21:38 UTC
Re: Mailer attach files that are posetd in a respository on the web
Yes it would need to be for all my users. I didn''t think it would be possible. Thank you for your help On Nov 21, 1:23 pm, "James Mitchell" <jmitc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Yes and No. > > Do you mean just for you? Or for all your users? > > If just for you, sure, just figure out a way to map a drive (windows) > or mount a remote file share (osx/linux) and it will be available from > the file picker. > > If it''s something you want all your users to see ... no. That''s not > possible with the browser file input selector. You could create a > page that lists the remote location files similar to a file input, > like in a popup window or redbox, but you would have to implement that > yourself in your app. > > Hope that helps. > > -- > James Mitchell > > On Fri, Nov 21, 2008 at 3:56 PM, curlysue282...-/E1597aS9LQAvxtiuMwx3w@public.gmane.org > > <curlysue282...-/E1597aS9LQAvxtiuMwx3w@public.gmane.org> wrote: > > > I have set up my application to send e-mails along with attachments, > > however I would like the ability for the "browse" to search a file > > sharing repository that we have posted on the web. Right now it just > > searches and uploads files I have on my desktop. Has anyone had any > > success attaching files that are stored on a web page?--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---