Windows filepath issue in uploading thumbnail
-
Hello,
I recently had an issue uploading thumbnails after upgrading to the newest version of Filebase (3.4.0 as listed in GitHub).
We are on a windows server and our temporary files paths c:\Windows\Temp\… and the system seems to think that the file uploaded doesn’t exist.
I believe the issue is happening due to the stripslashes_deep being called on the _FILES prior to moving the file. This is changing the path to be c:WindowsTemp, which then the system can’t find the temporary file.
Thanks!
Rebecca
- The topic ‘Windows filepath issue in uploading thumbnail’ is closed to new replies.