Results 1 to 3 of 3

Thread: upload files size

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2001
    Posts
    9

    upload files size

    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.

  2. #2
    Lively Member harsoni's Avatar
    Join Date
    Oct 2000
    Posts
    118

    Lightbulb

    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

  3. #3
    Lively Member harsoni's Avatar
    Join Date
    Oct 2000
    Posts
    118
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width