You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2019. It is now read-only.
We are trying to implement an asynchronous action with Play 2.2.2 and Scala and wanted to enable our application to receive imges in form of a multiprt/form-data request. We are then trying to directly forward the received fileparts to s3 server but the Usage part of the documentation doesn't help us with this part. Anyone got an exampe Controller or idea of how to handle the direct upload?
The text was updated successfully, but these errors were encountered:
The Play S3 library provides some methods to help create the form required for such an upload. Checkout the last part of the readme. For another example you can look at the appropriate test called "be able to supply an uploadPolicy that can be used to alow browser upload".
We are trying to implement an asynchronous action with Play 2.2.2 and Scala and wanted to enable our application to receive imges in form of a multiprt/form-data request. We are then trying to directly forward the received fileparts to s3 server but the Usage part of the documentation doesn't help us with this part. Anyone got an exampe Controller or idea of how to handle the direct upload?
The text was updated successfully, but these errors were encountered: