cooka / fastdfs

Automatically exported from code.google.com/p/fastdfs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can FastDFS supports HTTP POST

GoogleCodeExporter opened this issue · comments

I'm using FastDFS, But I'm not sure FastDFS can support HTTP POST.

We have a project, there are a lot of photos, music files and other files need 
to be put into FastDFS, we use upload Server to process post request, and save 
them into FastDFS with client (java client or other client). It leads the 
upload stream go throught two layers: 
> upload Server
> FastDFS

My tbought is when use upload a file, upload Server decides which storage node 
will store this file, and redirect the post request to the storage node. 

How can I achieve this goal? 

Thanks,

Fisher

Original issue reported on code.google.com by fisher.z...@gmail.com on 11 Aug 2012 at 5:13