Thread: [openupload-devel] File upload size
Status: Beta
Brought to you by:
tsdogs
|
From: Andy H. <and...@eu...> - 2009-04-21 18:59:57
|
Hello all, I am trying to increase the file size limit for uploads to say around 800MB. I have changed the setting in config.inc.php to 800. The browser begins the upload - 'Uploading:Please wait' but then at some point (around 2 minutes?) just reloads the upload page and there is no trace of the file and no error message on the upload. I have adjusted items in php.ini and apache2.conf but still no joy. Also upgraded to .4 release. Any ideas? Thanks, Andy |
|
From: <jac...@ya...> - 2009-06-03 16:47:51
|
Hi, I saw in an earlier post about changing the php.ini file to fix the file size limitation however I don't believe I have access to it since I am running this with an ISP. Even though I changed the file size in the admin section, I still get an error "exceeded file size" when I try to upload say a 6mg file. I have it set for 500mb. Is there another workaround to allow larger file uploads in my instance? Thank you! Tom |
|
From: Andy H. <and...@eu...> - 2009-06-03 18:50:35
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a class="moz-txt-link-abbreviated" href="mailto:jac...@ya...">jac...@ya...</a> wrote:
<blockquote cite="mid:277...@we..."
type="cite">
<style type="text/css"><!-- DIV {margin:0px;} --></style>
<div
style="font-family: verdana,helvetica,sans-serif; font-size: 10pt;">
<div>Hi,</div>
<div><br>
</div>
<div>I saw in an earlier post about changing the php.ini file to fix
the file size limitation however I don't believe I have access to it
since I am running this with an ISP.</div>
<div><br>
</div>
<div>Even though I changed the file size in the admin section, I
still get an error "exceeded file size" when I try to upload say a 6mg
file.</div>
<div><br>
</div>
<div>I have it set for 500mb.</div>
<div><br>
</div>
<div>Is there another workaround to allow larger file uploads in my
instance?</div>
<div><br>
</div>
</div>
</blockquote>
There is an .htaccess file that also has limitations in it. Of course,
if you are subject to the system wide php.ini then you will be
restricted to whatever is set there.<br>
<br>
-Andy<br>
</body>
</html>
|
|
From: Alessandro B. <ts...@br...> - 2009-06-04 17:13:34
|
As Andy said, you should check if you are allowed to override the setting with an .htaccess file. If not, I'm sorry but currently there is not much you can do. I'm implementing an upload option which uses a perl cgi (as many do) which will probably solve this problems. It'll take some time though. Alessandro Andy Hester ha scritto: > jac...@ya... wrote: >> Hi, >> >> I saw in an earlier post about changing the php.ini file to fix the >> file size limitation however I don't believe I have access to it since >> I am running this with an ISP. >> >> Even though I changed the file size in the admin section, I still get >> an error "exceeded file size" when I try to upload say a 6mg file. >> >> I have it set for 500mb. >> >> Is there another workaround to allow larger file uploads in my instance? >> > There is an .htaccess file that also has limitations in it. Of course, > if you are subject to the system wide php.ini then you will be > restricted to whatever is set there. > > -Andy > > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------------ > OpenSolaris 2009.06 is a cutting edge operating system for enterprises > looking to deploy the next generation of Solaris that includes the latest > innovations from Sun and the OpenSource community. Download a copy and > enjoy capabilities such as Networking, Storage and Virtualization. > Go to: http://p.sf.net/sfu/opensolaris-get > > > ------------------------------------------------------------------------ > > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel |
|
From: Alessandro B. <ts...@br...> - 2009-04-21 19:34:14
|
there are 2 settings to change in the php.ini upload_max_filesize and post_max_size Also check that if you have the AllowOverride FileInfo (or All) in apache then there is a .htaccess with 200Mb limit inside the www directory. check the apache logs for more info Alessandro P.S. I have found that the upload tracking method if enabled might create problems for the file size errors of the file. Maybe disabling it teporarly while you fix the issue is better. On Tue, 21 Apr 2009 13:46:13 -0500, Andy Hester <and...@eu...> wrote: > Hello all, > > I am trying to increase the file size limit for uploads to say around > 800MB. I have changed the setting in config.inc.php to 800. > > The browser begins the upload - 'Uploading:Please wait' but then at some > point (around 2 minutes?) just reloads the upload page and there is no > trace of the file and no error message on the upload. > > I have adjusted items in php.ini and apache2.conf but still no joy. > Also upgraded to .4 release. > > > Any ideas? > > Thanks, > Andy > > ------------------------------------------------------------------------------ > Stay on top of everything new and different, both inside and > around Java (TM) technology - register by April 22, and save > $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. > 300 plus technical and hands-on sessions. Register today. > Use priority code J9JMT32. http://p.sf.net/sfu/p > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel |
|
From: Andy H. <and...@eu...> - 2009-04-22 22:01:44
|
Alessandro Briosi wrote: > there are 2 settings to change in the php.ini > > upload_max_filesize and post_max_size > > Also check that if you have the AllowOverride FileInfo (or All) in apache > then there is a .htaccess with 200Mb limit inside the www directory. > check the apache logs for more info > > Alessandro > Thanks, This fixed it for me. -Andy |
|
From: Alessandro B. <ts...@br...> - 2009-04-23 07:22:38
|
which of them was the problem/solution? Andy Hester ha scritto: > Alessandro Briosi wrote: >> there are 2 settings to change in the php.ini >> >> upload_max_filesize and post_max_size >> >> Also check that if you have the AllowOverride FileInfo (or All) in apache >> then there is a .htaccess with 200Mb limit inside the www directory. >> check the apache logs for more info >> >> Alessandro >> > Thanks, > > This fixed it for me. > > -Andy > > > ------------------------------------------------------------------------------ > Stay on top of everything new and different, both inside and > around Java (TM) technology - register by April 22, and save > $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. > 300 plus technical and hands-on sessions. Register today. > Use priority code J9JMT32. http://p.sf.net/sfu/p > _______________________________________________ > Openupload-devel mailing list > Ope...@li... > https://lists.sourceforge.net/lists/listinfo/openupload-devel |