Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

upload timeout?

Explorer ,
Sep 28, 2011 Sep 28, 2011

When I attempt to upload music/videos to my server, it shows it as loading, but then it just stops, and it is never uploaded.  It will usually work for one song, but anything other than that, it  fails.  Documents and images work fine.  Here is my code: http://pastebin.com/64pvRygu

And here is my code for my php.ini:

upload_max_filesize = 100000G

post_max_size = 100000G

max_input_time = 120000

Thanks in advance.

TOPICS
Server side applications
757
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 29, 2011 Sep 29, 2011

Are you in a shared or dedicated environment?

If you are in a shared hosting environment your host has the ability to control what you can and cannot change in your site php.ini file.  Thus even though you may have set that it might not be read because the master is telling your copy not to execute "x, y and z" commands. 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Sep 29, 2011 Sep 29, 2011

I am using 1&1, so I am thinking it is a shared environment...

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 29, 2011 Sep 29, 2011

They support either.  Your bill tells the difference and if you don't know most likely you are on the shared plans (< $50 /month).  Usually dedicated servers go for around $99/month and up.  I would contact them to see whether that is something that you are able to change with your account, but if it is shared, more than likely I would say that they don't allow it because longer uploads and more uploads test the endurance of a shared server that could have 50-100 accounts on it easily.  If it is dedicated and you are the only account on the server, then I would see no reason why it wouldn't work unless something is wrong in the setup.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Explorer ,
Sep 29, 2011 Sep 29, 2011
LATEST

I have the cheaper plan.  I will have to contact them, and find out! 

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines