FineUploader / server-examples

Server-side examples for the Fine Uploader library
https://fineuploader.com
MIT License
279 stars 204 forks source link

Flysystem example #47

Closed kamov closed 8 years ago

kamov commented 8 years ago

There is an example using http://flysystem.thephpleague.com/ for upload file? Thanks

rnicholus commented 8 years ago

Not at this time. Pull requests welcome!

kamov commented 8 years ago

I hope that you can make one example soon. I have intention to buy a license if can sort out how to integrate both. Thanks!

rnicholus commented 8 years ago

I'm not familiar with flysystem, but if it becomes a popular request, I'll look into providing an example. Regardless, it should be straightforward to integrate fine uploader with any system. See the documentation site for an explanation of the requests your server must handle: http://docs.fineuploader.com/branch/master/endpoint_handlers/traditional.html

kamov commented 8 years ago

Yes I checked documentation, and it should not be hard to integrate normal upload. What I can't sort out is "Chunking/Partitioning" part. Since flysystem can add file also directly to remote filesystem, I am not sure how to handle Chunking/Partitioning. But also locally.