I’m having issues with getting the fopen code to create a file on my lighttpd server (running on my raspberry pi).
I used the very basic code of
fopen(‘testcof.txt’, ‘w+’);
to test making a file, and no file is created.
I’ve tried it from a client on my local network and also running the script in a browser on the raspberry pi. Neither have been successful in creating a txt file. Any thoughts or ideas?