zhiqli / fastdfs

Automatically exported from code.google.com/p/fastdfs
GNU General Public License v3.0
0 stars 0 forks source link

Can FastDFS supports HTTP POST #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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