Topic awaiting preservation: Large file uploads (over 2MB)... How? Or impossible? (Page 1 of 1) |
|
---|---|
Bipolar (III) Inmate From: Germany |
posted 10-15-2006 16:26
Hi, my host is using the default max upload size of 2MB per upload in PHP. |
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 10-15-2006 17:33
I'm afraid there probably isn't a good one. |
Obsessive-Compulsive (I) Inmate From: |
posted 10-21-2006 21:41
If you don't have direct ini access, you can try the function ini_set(). |
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 10-22-2006 13:10
As for my understanding, your suggestion can not work, terrestrialhost, even if you have the rights to do so. |
Nervous Wreck (II) Inmate From: Cleveland, OH |
posted 10-22-2006 22:49
Well, you can try using ini_set on both the page that browses for the uploads and the page that recieves them. Might work. |