curl - Is it possible to create a file upload tunnel (server to server) with PHP without temp file overhead -


let's clarify first things first. since year 2007 i'm using divshare upload files 'the cloud'. working okay service in ways little outdated , there no plans of divshare it. uploading possible outdated interface of divshare or tools needs adobe air or java. want customize myself html5 drag , drop features example.

i have rest-api service , can upload files server-side there no ajax-api allows me upload directly services customized upload method.

i don't want hear switch cloud service provider because expensive this, have many projects rely on service. service working ok (for downloads) no reason switch. users use divshare website (clumsy interface) upload files or using provided java or air application if possible.

as wrote before, can upload files directly server-side api. can make html form can upload (a) file(s) server , after upload divshare service inefficient if ask me, when uploading large files, mp3 files or video files. besides, server not powerful divshare is.

the divshare api uses curl upload file servers.

my question is: possible upload file tunnel upload process or redirect it? in matter server doesn't have store file temporarily? example, possible streamwrapper?

if have idea's, suggestions, questions, answers, please let me know.

not possible php, see comments question above.


Comments

Popular posts from this blog

c++ - Creating new partition disk winapi -

Android Prevent Bluetooth Pairing Dialog -

php - joomla get content in onBeforeCompileHead function -