Hei, thanks for your answer :)

I'm cheking the Nginx upload module, but I think this module don't
suit my pourposes.
I want every user uploading lets say to: http://server/user-id/post/file
The user "user-id" needs password for access to his directory. So , I
need a diferent directory for every user.

I'll keep investigating.
Thanks for your help.

On 19 ene, 18:20, skotopes <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to