ngx-uploader
ngx-uploader copied to clipboard
Option for binary/stream uploading?
I've noticed a few threads for this, but I haven't seen any solutions.
When uploading for pre-signed URLs on services like S3, you are required to a direct binary upload (aka a stream) instead of serializing the upload into a multipart form.
Is there an option in this package to allow for direct upload? If not, I'll likely fork off to add this feature (and submit a PR later if you're interested).
Thanks!
Any news about this? Is there a way to disable multipart?
currently not, if someone has time to make PR for this I will accept it.