JoeGandy / ShareX-Custom-Upload

A little PHP script created for uploading custom sharex files to your own webserver
MIT License
165 stars 50 forks source link

Renaming files appears to be broken #125

Closed 0xym0ron closed 3 years ago

0xym0ron commented 3 years ago

When attempting to rename a file it will either leave the filename empty but keep the extension or it will create a file with an underscore and a number. For example, I renamed test.txt to testing.txt and it returned _2.txt

theaquarium commented 3 years ago

Yup, I've been having this problem too. I'll look into what's causing it in the coming days.