Forums
This topic is locked
Pure Upload Max file size Vs. Max upload
Posted 31 May 2006 18:30:28
1
has voted
31 May 2006 18:30:28 Kessa Thomas posted:
Hi All,Could someone please clarify something for me. I'm, currently using pure upload 2.1.6 and have set the file upload limit to 150kb.
<pre id=code><font face=courier size=2 id=code>
pau_sizeLimit = "150"
</font id=code></pre id=code>
However, it seems to be restricting the <i>total upload</i> rather than the size of each file.
Is this correct, as my understanding having read the "Restricting file size" tutorial (www.dmxzone.com/showDetail.asp?TypeId=2&NewsId=5791&LinkFile=tutorials/restrict_size/index.htm) is that it should restrict file size.
At the moment I get an error message if I upload several images (all under 150kb)
<pre id=code><font face=courier size=2 id=code>
Upload size 323,231B exceeds limit of 153,600B
</font id=code></pre id=code>
However, the javascript correctly stops be uploading any images over 150kb so I'm a bit confused.
Also, if the .asp should do both, does anyone know what command I may be missing?
Thanks
Kessa
Replies
Replied 01 Jun 2006 11:17:00
01 Jun 2006 11:17:00 Patrick Woldberg replied:
I always thougt it was for the whole form, but it seems that you are right that the JavaScript checks the size per file. This is indeed confusing and it is something that I have never noticed.
--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Administrator at DMXzone.com, FLzone.net, FWzone.net and DNzone.com
--------------------------------------------------
--------------------------------------------------
Patrick Woldberg
Web Developer at Dynamic Zones
Administrator at DMXzone.com, FLzone.net, FWzone.net and DNzone.com
--------------------------------------------------
Replied 09 Jun 2006 12:19:22
09 Jun 2006 12:19:22 Kessa Thomas replied:
Hi Patrick,
Do you know if there is a solution? Ideally I want to be able to set a limit for the each file (not necessarily the whole upload)
Thanks
Kessa
Do you know if there is a solution? Ideally I want to be able to set a limit for the each file (not necessarily the whole upload)
Thanks
Kessa
Replied 13 Jun 2006 13:14:34
13 Jun 2006 13:14:34 Kessa Thomas replied:
Patrick? George? anyone... please?