HTTP Post Upload Maximum File Size on shared?


tomtom76

Recommended Posts

I run the simple file hosting script "mini file host" from http://www.galaxyscripts.com/download/

On my old host the script was working fine for Uploads up to 500 MB.

On hawk host i want to use the script "only" for files up to 100MB.

I set the following parameters in .htaccess:

php_value post_max_size "999M"

php_value upload_max_filesize "999M"

php_value max_execution_time "9999"

php_value max_input time "9999"

So there should be uploads possible until 999 MB (theoretically)

The script at:

http://pluto.arandomserver.com/~terrasto/filehost.ctk.at/

allows only uploads under 50MB.

I would need about 100MB (not often but sporadic).

I saw that php.ini does not work (because litespeed does not read php.ini), but it should work to specify this parameters in .htaccess?

I know http post is not the best for uploading big files... but mostly the files are about 30 MB and only sometimes they are greater...

Many thanks

tom

Edited by tomtom76
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...