Hii all, Is anyone has done large file upload in rails using mongrel??Please let me know if anyone has done it... -- Posted via http://www.ruby-forum.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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 08 Oct 2010, at 08:34, Amit Tomar wrote:> Is anyone has done large file upload in rails using > mongrel??Please > let me know if anyone has done it...I have done it, but you might be better off asking a real question. 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Peter De Berdt wrote:> On 08 Oct 2010, at 08:34, Amit Tomar wrote: > >> Is anyone has done large file upload in rails using >> mongrel??Please >> let me know if anyone has done it... > > I have done it, but you might be better off asking a real question. > > > Best regards > > Peter De BerdtThanks Peter for your respone What i would like to know is after upload mongrel temporary files are still there in windows temporary folder . For me after upload mongrel temporary files are still there in Temp folder ...is there any way to delete them -- Posted via http://www.ruby-forum.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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 08 Oct 2010, at 10:14, Amit Tomar wrote:> Peter De Berdt wrote: >> On 08 Oct 2010, at 08:34, Amit Tomar wrote: >> >>> Is anyone has done large file upload in rails using >>> mongrel??Please >>> let me know if anyone has done it... >> >> I have done it, but you might be better off asking a real question. >> >> >> Best regards >> >> Peter De Berdt > > Thanks Peter for your respone > > What i would like to know is after upload mongrel temporary files are > still there in windows temporary folder . > For me after upload mongrel temporary > files are still there in Temp folder ...is there any way to delete > themThe system cron jobs (and the equivalent on Windows) should take care of cleaning the temp folder for you in a server environment. If you''re talking about cleaning your temp folder on your local development machine, you should have some option somewhere buried deep inside a Windows control panel (search in the most illogical place you can think of) to empty the temp folder. 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.