You are looking in wrong direction first of all: almost all http-daemons storing temporary file with request data before send it to backend(FCGI,SCGI,HTTP) in your case you can use Nginx + Upload Files Module(http:// www.grid.net.ru/nginx/upload.en.html); i`m using it with upload progress module(+additional patches). OR you can make your own http-daemon to handle file upload without storing temporary files.
On Jan 19, 11:05 pm, saptah <[email protected]> wrote: > sorry. > What I want is to make a WebApp that let my users to upload their > (big) files to the web server. > I found an example > here:http://dev.pocoo.org/projects/werkzeug/browser/examples/upload.py > But, I need to stream the file directly to the Hard Disk, and not > store it on RAM. > > Thanks. > > On 18 ene, 19:01, "Yoan Blanc" <[email protected]> wrote: > > > scp? > > > On Sun, Jan 18, 2009 at 6:17 PM, saptah <[email protected]> wrote: > > > > Hi, > > > I wanna make an APP for uploading files to a web server. > > > But I'am really lost. ¿Can any of you give me some advice? > > > > I want a robust service, becouse is goint to be used for backup. > > > > Thanks for all. ;) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pocoo-libs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pocoo-libs?hl=en -~----------~----~----~----~------~----~------~--~---
