ajay47
July 24th, 2000, 04:13 AM
Hi
I have to uplaod a file (CSV) from the client browser to the server
how will i be able to do it and one more thing that the file is of huge size so how do i manage the timout property of browser
Thanks in Advance
Ajay
Johnny101
July 24th, 2000, 11:32 AM
You can either use a third part component to do uploads or write it yourself using the information from this article:
http://www.asptoday.com/articles/20000316.htm
it's fairly straighforward - i have implemented it, with my own modifications, of course and it didn't take but maybe 20 minutes.
as for the timeout thing, you can set the Server.ScriptTimeout property to some number of seconds. I think you can set it to -1 to wait indefinitely (you might want to check that). I usually just set it real high for long processing. However, since you aren't waiting for the server to send information back, yuo are sending info to the server, i don't think that it will be a problem.
hope this helps,
John
John Pirkey
MCSD
http://www.ShallowWaterSystems.com
http://www.stlvbug.org
Ramasamy_rams
August 31st, 2005, 10:15 AM
Hello sir,
I had problem in uploading folder & its files
I need to upload the whole folder image one by one to my server folder
(or)
I should save all the file in the client folder to the server database(SQl server 2000
is the database i had image column to save the files)..
I had already using third Party tools for uploading so with out using third party(ActiveX). I need to Upload.
If we can upload using asp.net can you please send me the code or concept to me.
please keep in mind i should save (or) upload all the files in the client folder...
Thanks
can u tell me how to solve this problem
please send the response to
ramasamy.p@gmail.com