verot / class.upload.php

This PHP class uploads files and manipulates images very easily. It is in fact as much as an image processing class than it is an upload class. Compatible with PHP 4, 5, 7 and 8. Supports processing of local files, uploaded files, files sent through XMLHttpRequest.
http://www.verot.net/php_class_upload.htm
GNU General Public License v2.0
854 stars 359 forks source link

Multipart upload #173

Closed icret closed 1 year ago

icret commented 1 year ago

It seems that you haven't logged in to github for a long time, how are you doing recently?

I would like to ask whether this open source program supports multipart upload? According to my test, it seems that after the front-end enables multi-part upload, it may cause an exception? It may be that my technology is relatively poor and I didn't make good use of this program.

verot commented 1 year ago

I don't think the class is a good fit for multi parts uploads. It would be better done outside of the class.