I am new to loopback, I want to upload a file using loopback, for this I'm using container.upload()
function but I am not sure what parameters are passed to this function.
Asked
Active
Viewed 660 times
1

Farid Nouri Neshat
- 29,438
- 6
- 74
- 115

Richa Dhanuka
- 21
- 5
-
1Can you share your code ? – Vineet Sep 10 '15 at 05:28
-
@Vineet It is a post method to upload a file using "upload" model and i want code – Richa Dhanuka Sep 10 '15 at 05:33
-
Check out this answer https://stackoverflow.com/questions/28885282/how-to-store-files-with-meta-data-in-loopback – pasine Oct 02 '15 at 13:47