File upload outside /public not working

V4.1.2
Nodejs + docker desktop

Hi!

I’m trying to make an image upload form that uploads the files outside the /public. In the forum I’m reading that it’s possible but it doesn’t work for me.

The server action works and uploads when inside the /public :

When selecting a path outside the public it doesn’t upload anything, It doesn’t give an error, the server action says successful but nothing gets uploaded in the folder.

I encountered the same issue, not sure if it’s a bug or if it’s intended…

With docker you have to specify a user uploads folder in the project options. This folder will receive the right permissions to allow uploads.

Hi George,

Specified it already, but it doesn’t work:

The files are not getting uploaded: