Page 2 of 2

Re: upload file system error

Posted: Wed Oct 25, 2023 10:43 pm
by andrea763
my permission are like this.
drwxr-xr-x 10 www-data www-data 4,0K set 18 23:10 core
-rw-r--r-- 1 www-data www-data 92 set 18 23:10 .gitignore
-rw-r--r-- 1 www-data www-data 9,1K set 18 23:10 index.php
-rw-r--r-- 1 www-data www-data 35K set 18 23:10 LICENSE.txt
drwxr-xr-x 2 www-data www-data 4,0K set 18 23:10 misc
-rw-r--r-- 1 www-data www-data 597K set 18 23:10 nubuilder4.sql
-r-------- 1 www-data www-data 4,8K ott 24 23:15 nuconfig.php
-rw-r--r-- 1 www-data www-data 3,9K set 18 23:10 README.md
-rw-r--r-- 1 www-data www-data 3,2K set 18 23:10 readme.txt
drwxr-xr-x 2 www-data www-data 4,0K set 18 23:10 temp
-rw-r--r-- 1 www-data www-data 11K set 18 23:10 update.htm
-rw-r--r-- 1 www-data www-data 129 set 18 23:10 version.txt
drwxr-xr-x 3 www-data www-data 4,0K set 18 23:10 wsgi_sso

Re: upload file system error

Posted: Wed Oct 25, 2023 11:24 pm
by Janusz
nuBuilder folder setting looks OK - so normally should work

What I noticed on one of the previous post you probably try to put data to the folder:
/var/www/html/Screenshot
but this folder is outside the main nuBuilder folder
/var/www/html/TestDB
I think that storage inside /var/www/html/TestDB should be OK but outside this folder I am not sure

Re: upload file system error

Posted: Wed Oct 25, 2023 11:40 pm
by andrea763
I didn't specified nothing. just added in a new form the file object..
Is there a variable to specify where uppy has to save the uploaded files?

Re: upload file system error

Posted: Thu Oct 26, 2023 1:38 am
by kev1n

Re: upload file system error

Posted: Thu Oct 26, 2023 3:26 pm
by andrea763
ok, i'll try to find it..
thanks

Re: upload file system error

Posted: Thu Oct 26, 2023 8:46 pm
by andrea763
I think is too complex for my knowledge.. I'm not able to find how modify that code..
Thanks anyway.

Re: upload file system error

Posted: Fri Oct 27, 2023 6:08 pm
by andrea763
i managed the old way.. as rapresented in the code library...
Thanks..