Uploading file directly into Database

  •  07-08-2009, 10:58 AM

    Uploading file directly into Database

    Hi Terry,
    my users are uploading files upto 400 mb, the ajaxuploader is loading the files correctly to the tempfolder( I am storing all the files in DB) in webserver but  when inserting the file from tempfolder to DB I am getting outof memory exception when trying to load the entire file into byte array in memory. Is there any other way? Can I directly upload the file into DB like streaming or in chunks? 
     
    Please help !
    Best Regards,
View Complete Thread