Jump to content

File UPLOAD issues???


STAR

Recommended Posts

Hi guys I'm having a wierd issue when trying to upload file it's uploading really slow as seen here 

Screenshot_20180728-053624_Chrome.thumb.jpg.9a33f17bb2afd0afaa581381bdbcdc16.jpg

 

I have been uploading that file past 45 minutes it's only 86meg file 

 

This has never been an issue even with files that are 200meg it would upload with in few minutes 

 

Now it's taking ages and most of the time I get error -200 and can't upload any files only images 

 

There is no error logs in admin cp

 

Any help please?

 

Thanks 

Edited by STAR
Link to comment
Share on other sites

I would guess its the amount of time the server spends trying to handle the request.

My suggestion would be to try increase the timeout for PHP and the time for execution.

Now you might say, that it takes longer time then 200MB file, but the server handles each file differently, even the NAME of the file if its to long can cause it to stop. It stops waits for the client, client is still sending etc. And you get a infinite loading part you have there.

After some time, server and client finally catches up and it throws a error because it never got all the data so the upload failed which normally then in IPS terms is -200

 

You also stated that now you can only upload images not files, so my biggest suggestion would be to request a server restart or check the health of the server yourself. (Depending on your host)

  • Thanks 1

VAEfvMI.png

Liked what i posted remember to feed me a cookie ->
Or you can add a cookie to myCookieJar

Link to comment
Share on other sites

On 7/30/2018 at 7:58 AM, Cookie Monster said:

I would guess its the amount of time the server spends trying to handle the request.

My suggestion would be to try increase the timeout for PHP and the time for execution.

Now you might say, that it takes longer time then 200MB file, but the server handles each file differently, even the NAME of the file if its to long can cause it to stop. It stops waits for the client, client is still sending etc. And you get a infinite loading part you have there.

After some time, server and client finally catches up and it throws a error because it never got all the data so the upload failed which normally then in IPS terms is -200

 

You also stated that now you can only upload images not files, so my biggest suggestion would be to request a server restart or check the health of the server yourself. (Depending on your host)

Thanks for reply do you think this might be issue 

On top it says it's using php70 but in php.ini it says it's using php56

20180731_140745.thumb.jpg.4a426c0c6035f9f06f9b875bab08975b.jpg

20180731_140712.thumb.jpg.f35062b472513844ee6e58ec7257f93f.jpg

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...