JoeGandy / ShareX-Custom-Upload

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

Returing HTML? #19

Closed jamesxsc closed 6 years ago

jamesxsc commented 6 years ago

Sometimes when recording videos, not a URL is returned, but the HTML of my webpage that the php is set to redirect normal requests to. Any idea why?

jamesxsc commented 6 years ago

Bump

JoeGandy commented 6 years ago

Hey,

This often happens when you are hitting the PHP max upload limit on your server.

Which makes sense why its happening with larger files like videos.

jamesxsc commented 6 years ago

Do you know how I can fix this? For reference I use IIS with PHP.

Natfan commented 6 years ago

Bit late I know, but this might be able to give you a hand?

@615283

jamesxsc commented 6 years ago

Thanks @Natfan that helped alot!

Natfan commented 6 years ago

alot!