Thank-you. So if I can change in the PHP ini file the max upload size and max post size, all should go well? How would I prevent the server timing out? I read something somewhere about someone planning to use a little AJAX request every so often to keep the connection open, do you think this would work?
<br><br>Would I encounter memory problems with the max memory setting in the ini file/would the server notice the difference?<br><br>Apologies for the 101 questions but I am extremely glad and thankful that you&#39;ve all replied and I think I&#39;m beginning to understand (maybe).
<br><br>Cheers<br><br><div><span class="gmail_quote">On 08/06/07, <b class="gmail_sendername">Andrew Clayton</b> &lt;<a href="mailto:andrew@digital-domain.net">andrew@digital-domain.net</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Fri, 8 Jun 2007 13:15:12 +0000, chris wyllie wrote:<br><br>&gt; Thanks very much for the prompt replies.<br>&gt;<br>&gt; Is there not a problem handling file uploads of such large files<br>&gt; through normal methods? I thought there was a max file size
<br>&gt; restriction on uploads and it would time out/reach this limit before<br>&gt; it was done uploading a few hundred megs... Or is this not the case?<br>&gt; Is it possible to upload such a large file in the regular way?
<br><br>There may be filesize limits you can set in your web server, php etc.<br>They can be changed.<br><br>The other limit is the 2GB file size limit on 32bit machines. 32bit<br>machines implementing LFS (Large File Summit) support, 
i.e any semi<br>recent Linux distro will not in theory have this issue. I say in theory<br>because applications needs to be written to handle this and the likes<br>of Apache and wget didn&#39;t handle &gt;2GB files on 32bit until recently&#39;ish
<br><br>Quick overview of some things that work and don&#39;r work.:<br><a href="http://kernel.org/faq/#largefiles">http://kernel.org/faq/#largefiles</a><br><br>More info: <a href="http://www.suse.de/~aj/linux_lfs.html">http://www.suse.de/~aj/linux_lfs.html
</a><br><br>Of course none of this applies to 64bit.<br><br><br>Andrew<br><br><br>_______________________________________________<br>dundee GNU/Linux Users Group mailing list<br><a href="mailto:dundee@lists.lug.org.uk">dundee@lists.lug.org.uk
</a>&nbsp;&nbsp;<a href="http://dundee.lug.org.uk">http://dundee.lug.org.uk</a><br><a href="https://mailman.lug.org.uk/mailman/listinfo/dundee">https://mailman.lug.org.uk/mailman/listinfo/dundee</a><br>Chat on IRC, #tlug on <a href="http://dundee.lug.org.uk">
dundee.lug.org.uk</a><br></blockquote></div><br>