I'm making a website locally that allows the upload of .pdf files, when these are uploaded locally they go to C:\xampp\tmp
but when I host the site on my University server I don't have access to the temporary directory, is there any way I can change the default temporary location for the file?
Thanks in advance, Dave.
Try this.
than you can check your tmp directory
The location where uploaded files land can be configured using the upload_tmp_dir configuration option.
I do not believe that you had no right of access to the
temp
directory. Intemp
directory are stored session data.You should check temp direcory using: