PDA

View Full Version : Enable users to upload & download files


vmoss
10-06-2004, 08:18 AM
I need to enable authenticated users to upload files to the website and other authenticated users to download them.

The code I have written works on my local server, but the file is being corrupted when I upload it to my discountasp server.

Is this allowed by default? Do I need to change the permissions on the directory?

Thanks

Vanessa

Vanessa

bruce
10-06-2004, 12:26 PM
Yes. You can upload file using your web application.

What component are you using?


[b]quote:Originally posted by vmoss

I need to enable authenticated users to upload files to the website and other authenticated users to download them.

The code I have written works on my local server, but the file is being corrupted when I upload it to my discountasp server.

Is this allowed by default? Do I need to change the permissions on the directory?

Thanks

Vanessa

Vanessa
</blockquote id="quote"></font id="quote">

B.

DiscountASP.NET
http://www.DiscountASP.NET

vmoss
10-08-2004, 01:19 AM
I am not using a component, I have written the script for the upload. I have since found a problem with the original code and resolved it. The problem wasn't showing up on my test server, but it's working everywhere now :)

Thanks for your time.

Vanessa