Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

Uppy - File Uploader with VirtualHost

Post your ideas & suggestions for new nuBuilder features or other improvements
miditt
Posts: 3
Joined: Thu Dec 30, 2021 11:49 am

Uppy - File Uploader with VirtualHost

Unread post by miditt »

With virtual host (ex. localhost/name1/name2/index.php) new nuUppySetLanguage() function doesn't work because it searches for the url localhost/core/libs/uppy/locales and not for localhost/name1/name2/core/libs/uppy/locales.

The row in nuform.js needs to be changed from:
$.getScript(`/core/libs/uppy/locales/${langResult.code}.min.js`...
to
$.getScript(`core/libs/uppy/locales/${langResult.code}.min.js`...
Post Reply