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
Hi,
Thanks for the perfect solution for front-end uploads. Can I change directory where will be stored uploaded files? Now by default they stored in fileadmin root.
The text was updated successfully, but these errors were encountered:
varahi
changed the title
Error "Something went wrong during the upload?" On 0.9.6 version.
Can I change directory where will be stored uploaded files?
Aug 9, 2017
Hey,
yes you can. In your Backend add a new File Storage with all the configurations you need and hover over the icon in the list view to check the ID from it. Then replace the ID in the getStorageObject function. Now it will store the files in the new location.
In my frontend upload example extension you can define the storage in the plugin in the backend: https://github.com/Kephson/fe_upload_example
So it is possible to define a special storage for each plugin.
The example is still in progress but with full functions.
Hi,
Thanks for the perfect solution for front-end uploads. Can I change directory where will be stored uploaded files? Now by default they stored in fileadmin root.
The text was updated successfully, but these errors were encountered: