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.
Printable View
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.
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:
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: