Re: What is the code for file upload?
Hi Mark,
can you be more specific about the errors you receive. The FileUpload
control is perfectly capable to upload a single file to the server (it
uses input type=file). Use more than 1 control to upload multiple
files. (or use
http://blogs.infosupport.com/wouterv/archive/2005/10/08/1409.aspx)
Grtz, Wouter van Vugt
Trainer - Info Support
.
Relevant Pages
- Re: Another File Upload question
... "Kevin Spencer" wrote: ... > Wiothout some sort of ActiveX control or Java applet on the client side, ... > there is no way to determine the length of the file prior to upload. ... >> server or server path. ... (microsoft.public.dotnet.framework.aspnet) - Re: File Upload User Control
... browser clears the upload input box (not allowed to set by server). ... | an InputFile HTML Server Control, an Upload button and a message label. ... | other form elements. ... (microsoft.public.dotnet.framework.aspnet) - Re: Followup question on known 70MB file upload limit
... for an upload *batch of files* and doesn't affect the maximum size of a ... Having this setting 30MB means of course that a single file can't be larger ... than 30MB but having it 200MB doesn't mean you can upload a single file of ... > If you go to Virtual Server General Settings on your server, ... (microsoft.public.sharepoint.windowsservices) - Re: File upload w/o HtmlInputFile.
... After reviewing the control, I found the ... "Upload via RFC1867 POST or HTTP PUT" ... The ActiveX control is from Software Artisans, ... > server side as you would do if it were HTML input file tags... ... (microsoft.public.dotnet.framework.aspnet) - Re: File Upload User Control
... Bijoy ... after the upload, the page is redisplayed, in which case ... > browser clears the upload input box (not allowed to set by server). ... > | an InputFile HTML Server Control, an Upload button and a message label. ... (microsoft.public.dotnet.framework.aspnet) |
|