Users Uploading Files
-
How can I allow users to upload photos to my website? I need them to be able to browse their own hard drive to submmit the file. I then need to check the size and rename. rob mackey
-
How can I allow users to upload photos to my website? I need them to be able to browse their own hard drive to submmit the file. I then need to check the size and rename. rob mackey
-
Where can I find one of those? rob
-
Where can I find one of those? rob
-
Is fileupload available in .net 1.1? rob
-
Is fileupload available in .net 1.1? rob
Yes. It is available in the Visual Studio's HTML Controls (toolbox). When you add it just remember to make it
runat=server
. When the page postbacks you can access the file byfileUpload1.postedFile
, if i'm not mistaken.
The best times in life are the ones you can't remember!!!