开发者

uploading file chunk by chunk in php manually

I'm wondering if th开发者_如何学Pythonere's a way to create a upload handler that can upload the file chunk by chunk manually (not automatic php file uploader)


You need something at client side, something that would split your file into chunks, send over HTTP to the server, receive responses and handle them. This is usually achieved with Flash and Java, the latter of which is more preferred method, as Java has richer library that can handle files... jumpLoader would be a good choice for this...


For a pure PHP solution, you could read the file in chunks and send it back to the server using cURL.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜