views:

22

answers:

1

Hi all, In my rails application am uploading some large file(1 Gb),and when I go windows temp folder, mongrel temporary files are gathering there, but I would like these files to be deleted after upload completes.

Could anyone tell me how do that??

This is my ruby version: ruby 1.8.6 (2007-09-24 patchlevel 111) [i386-mswin32]

Thanks..

A: 

either GC.start or possibly hack into the guts of mongrel...

rogerdpack
Thanks for respond rogerdpack
AMIT
but i already tried GC.start but not working for me...
AMIT