[TYPO3] File upload size in frontend ?

Allan Jacobsen aja at danskespil.dk
Tue Jan 22 13:27:11 CET 2008



-----Oprindelig meddelelse-----
Fra: typo3-english-bounces at lists.netfielders.de [mailto:typo3-english-bounces at lists.netfielders.de] På vegne af Marcus Krause
Sendt: 18. januar 2008 19:51
Til: typo3-english at lists.netfielders.de
Emne: Re: [TYPO3] File upload size in frontend ?


Allan Jacobsen wrote:
> Hi
> 
> --Do BE and FE are running on same (virtual) host?
> Yes
> 
> --Is attribute maxlength set for input field of type file?
> I have no idea, where do I find this setting ?
> 
> 
> Best regards/MVH
> Allan Jacobsen
> Infrastruktur, Danske Spil A/S
> Korsdalsvej 135, 2605 Brøndby
> 
> 
> -----Oprindelig meddelelse-----
> Fra: typo3-english-bounces at lists.netfielders.de [mailto:typo3-english-bounces at lists.netfielders.de] På vegne af Marcus Krause
> Sendt: 18. januar 2008 14:09
> Til: typo3-english at lists.netfielders.de
> Emne: Re: [TYPO3] File upload size in frontend ?
> 
> 
> Allan Jacobsen wrote:
>> Hi
>>
>> I just moved a fileexchange site to another server. The old site ran TYPO3 ver. 3.7, that was hacked to allow file uploads of up to 300Mbyte.
>> The new server has TYPO3 ver. 4.1.5, and the fileexchange uses moc_filemanager ver. 0.8.1 (the latests).
>> Now I have the problem that I can upload big files (200Mbyte) in the backend, but in the frontend there seems to be a max filesize of 10Mbyte.
>> Does anyone know this problem or could give a hint of where to look for a solution ? 
> 
> Do BE and FE are running on same (virtual) host?
> Is attribute maxlength set for input field of type file?

>Just look in the sourcecode of the FE-upload-page and search for
><input type="fil!" ...

There is no limit there:

<FORM method="POST" enctype="multipart/form-data" action="index.php?id=40&dir="><table width='100%'><tr><td valign="top">
<span class='command'>Upload new file:</span><br>

<input name="upload_0" type="File" class="action" />
 <br /><textarea name="comment_file" cols="30" rows="5" /></textarea><br /><input type="Submit" value="Upload" class="actionbutton" name="uploadfile"/></td><td valign="top"><span class='command'>Create new dir:</span><br />

 <input name="newdirname" type="text" class="action" />
 <br /><textarea name="comment_dir" cols="20" rows="5" /></textarea><br /><input type="Submit" value="Create" class="actionbutton" name="mkdir">
 </td></tr><tr><td colspan='2'>Target mountpoint: <select name='mountpoint'><option value="35" >Bates</option></select></td></tr></table></form>




Best regards/MVH
Allan Jacobsen
Infrastruktur, Danske Spil A/S
Korsdalsvej 135, 2605 Brøndby


More information about the TYPO3-english mailing list