This topic is locked

Upload Files

10/6/2006 1:37:57 PM
ASPRunnerPro General questions
J
jawendell author

I want to create a place in my application where users can upload a file, or files, to the web site. What code would I use to accomplish this? Any suggestions you can make would be very helpful.
Thanks!

C
clig 10/6/2006

I want to create a place in my application where users can upload a file, or files, to the web site. What code would I use to accomplish this? Any suggestions you can make would be very helpful.

Thanks!


Add a subfolder under your root folder where your asprunner application files reside on your webserver - make sure you set the security settings for your user accessing your upload page appropriately at the server for that folder
in a text type column for a table define your "Edit As" field as "Document upload" - in the parameter popup type in your relative folder location and name fo example: ./UploadFolderName
On IIS the default filesize is approaximately 1MB - There are a couple topics on this forum addressing this limitation...