PDA

Click to See Complete Forum and Search --> : upload files size


guitarfat
May 29th, 2001, 10:24 PM
I got problem in upload file around 15 mb to 100 mb. I use
ASP, PERL, Tango, to upload file to server, all failed
under NT SERVER, any solution ?

One guy told me that he is capable upload file with size in
100 mb by using PERL with Sun solaris.

harsoni
May 31st, 2001, 12:43 PM
here is the way if u r using ASP to upload a file


FILE_SIZE_LIMIT = 1048576 * 15 '15MB

value1 = UploadRequest.Item("file").Item("Name")

if lenB(value1) > FILE_SIZE_LIMIT then
' file size is more than 15MB
else
------
end if

Sonia:cool:

harsoni
May 31st, 2001, 12:46 PM
You can use pure asp to upload a file. I don't remember the site
now...i will mail later if i find it...

Sonia:rolleyes: