File upload path (absolute) for temporary files - /var/www/html/uploads/temp
File upload URL path (absolute) for temporary files - uploads/temp/
From the help file: (Tools → Advanced Setting)
File upload URL path (absolute) for temporary files
Specify the file upload URL path (absolute) for temporary files, e.g. /my/virtual/path/ (root-relative URL) or //www.mycompany.com/my/virtual/path/ (protocol-relative URL). If File upload path (absolute) for temporary files (see above) is used, this setting must also be set so that the temporary files can be accessed by URL.
You should provide an absolute URL that can access your files under /var/www/html/uploads/temp.
full folder/file path on server starting from root folder = /var/www/html/uploads/temp
folder/file path via url = hypertext transfer protocol secure://mydomain/uploads/temp
I have tried the following file upload URL paths without success
hypertext transfer protocol secure://mydomain/uploads/temp/
/uploads/temp/
I have the same issue with temp locations settings. uploading to S3 working fine along with creating the temp files on S3, but fighting trying to get the temp to generate locally.
if you get it going can you post your solution.