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
I made a custom controller to handle file uploads and I'd like to add the capability to return the file via API made using this repository.
In the function __construct function I added:
Hi everybody.
I made a custom controller to handle file uploads and I'd like to add the capability to return the file via API made using this repository.
In the function __construct function I added:
In
I need to get the file, decrypt (because in POST controller function the file is correctly uploaded as encrypted) but also if I add
I can't view the file and the error message is:
How can I do this?
The text was updated successfully, but these errors were encountered: