[Rails] Re: Access Client's File System from Rails application deployed at Heroku (for instance)

2013-01-28 Thread sagar p.
wrote in post #1093872: On Fri, Jan 25, 2013 at 8:44 PM, sagar p. li...@ruby-forum.com wrote: Part of the Rails application, I want to let the client keep the location string of a video file in the database at Heroku(My plan is to deploy the application at Heroku). So, when the client wants

[Rails] Access Client's File System from Rails application deployed at Heroku (for instance)

2013-01-25 Thread sagar p.
Part of the Rails application, I want to let the client keep the location string of a video file in the database at Heroku(My plan is to deploy the application at Heroku). So, when the client wants to access his or her file, the Rails application gets the location string from the database and

[Rails] Re: Access Client's File System from Rails application deployed at Heroku (for instance)

2013-01-25 Thread sagar p.
at 9:44 PM, sagar p. li...@ruby-forum.com wrote: the Rails application gets the location string from the database and opens the matching local file from his or her computer. Is this possible??? To expand on Jordon's Just no: Heroku does not provide any local filesystem whatsoever. The only

[Rails] Re: Re: Access Client's File System from Rails application deployed at Heroku (for instance)

2013-01-25 Thread sagar p.
Thank you both of you. Regards, Sagar Jordon Bedwell wrote in post #1093870: On Fri, Jan 25, 2013 at 9:48 PM, Jordon Bedwell envyge...@gmail.com wrote: On Fri, Jan 25, 2013 at 9:24 PM, sagar p. li...@ruby-forum.com wrote: I apologize if I am unclear. My question was to access client's local