API with chunked upload

hubga

New Member
Jul 17, 2021
3
0
1
Hi,
I am waiting for API with chunked upload method for many years. Is it still planned? Many yetishare owners wait for that.

Thanks
 

adam

Administrator
Staff member
Dec 5, 2009
2,046
108
63
Hi,

I don't see a lot of requests for it in the RFCs. However if enough users request the feature, we'll look at allocating some dev time on it.

Thanks,
Adam.
 

hubga

New Member
Jul 17, 2021
3
0
1
It would be much more efficient for File & Image Uploader (http://z-o-o-m.eu/).
I am not sure if there are enough users/devs interested but many YetiShare owners go easy way with this app.
Without chunked upload the API is quite useless for uploading because usually the servers do not allow large files to be uploaded as a single chunk.
 

filegasm

Member
YetiShare User
Jul 1, 2015
35
2
8
I remember inquiring about this years ago. I had to give up and write my own private file hosting script to handle chunked uploads in API since most of uploads exceed 100MB. You better learn to code than wait for it. Try picking up a framework like laravel or symfony instead. It took yetishare years before they even had a decent code overhaul (v5?) but kept having security risks that aren't gonna happen if you're using laravel/symfony since they have basic security against those exploits.