-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File upload feature in explorer (nice to have) #103
Comments
👍 There seems to be a dataType in the newest swagger-ui for |
👍 There is a catch though: at the moment, we don't have a good way how to say that a remote method accepts/returns a file. We need to improve strong-remoting to support files - see strongloop/strong-remoting#35 |
👍 That would be awesome. |
+1 Awaiting for this |
+1 |
has the File Upload/Download API been created? I'm trying to use this one but I keep running into errors: loopback-component-storage-mongo Issue reported: |
+1 |
+1 Awaiting support for this in loopback. Is it already done? |
+1 for this to get implemented. If we use API explorer as an example of how to use our API's, we should be able to demonstrate file upload as well. |
+1 Need this so I don't have to keep switching to postman. |
+1 we use explorer for admins to upload files and need that too. |
+1 what about this feature, I need too |
We can create API for file upload and download. But there is no way to test it from explorer.
It'd be nice to have that feature.
Right now there is an example with angular but that requires some work.
Sorry, if it is already duplicated.
The text was updated successfully, but these errors were encountered: