Welcome to the nuBuilder Forums!

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

upload file to server

Questions related to customising nuBuilder Forte with JavaScript or PHP.
kev1n
nuBuilder Team
Posts: 4416
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 74 times
Been thanked: 472 times
Contact:

Re: upload file to server

Unread post by kev1n »

You can also find some useful answers about this topic here:

https://stackoverflow.com/questions/693 ... does-exist

Especially this one:
It's because of safe mode. You can turn it off or include the directory in safe_mode_include_dir. Or change file ownership / permissions for those files.

php.net: file_exists()
php.net: safe mode
ernesttan1976
Posts: 51
Joined: Sat May 16, 2020 10:08 am

Re: upload file to server

Unread post by ernesttan1976 »

johan wrote:Kev1n
[0] : File does not exist /var/www/html/libs/upload/documents/1574424664_5dd7d05856d12_5da701edb0fb627_tekst wonen beleidsplan.pdf
Johan
1574424664_5dd7d05856d12_5da701edb0fb627_tekst wonen beleidsplan.pdf

The file name has no underscores that's why it failed to delete.
kev1n
nuBuilder Team
Posts: 4416
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 74 times
Been thanked: 472 times
Contact:

Re: upload file to server

Unread post by kev1n »

Does the file need underscores here (in red)?

1574424664_5dd7d05856d12_5da701edb0fb627_tekst_wonen_beleidsplan.pdf
ernesttan1976
Posts: 51
Joined: Sat May 16, 2020 10:08 am

Re: upload file to server

Unread post by ernesttan1976 »

ernesttan1976 wrote:
johan wrote:Kev1n
[0] : File does not exist /var/www/html/libs/upload/documents/1574424664_5dd7d05856d12_5da701edb0fb627_tekst wonen beleidsplan.pdf
Johan
1574424664_5dd7d05856d12_5da701edb0fb627_tekst wonen beleidsplan.pdf

The file name has no underscores that's why it failed to delete.
Hmmm seems like I'm wrong, its not the underscore but the permissions...(644)

Edit: I found my error, nubuilder4 is missing in the path. Thanks!
admin
Site Admin
Posts: 2822
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 29 times

Re: upload file to server

Unread post by admin »

.
Post Reply