Tam
|
| Posted: 08/03/2004, 12:29 PM |
|
I have downloaded the CCS_ASPUpload example from CodeCharge Knowledge Base. After testing it, I see it's working fine. I tried to apply in on my project by copying the all the files related to sample upload page. Unfortunately, I got the following error as running the upload.asp file
Permission denied.
filePost.asp, line 120.
I check the file permission of the image folder from the CCS_ASPUpload example project and mine, and they are the same. Have anyone worked on this issue? So, could anyone please give me instructions to solve this problem? My web server is IIS 5.0. Thank very much.
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 08/03/2004, 12:33 PM |
|
That examlpe is outdated and was removed from our Knowledge Base couple weeks back.
Please use the File Upload component that is already available in CCS 2.0, 2.2 and 2.3.
If you still want to use that example though, then please change your upload folder permissions as shown here: http://support.codecharge.com/kb_article.asp?article_id=4
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Tam
|
| Posted: 08/04/2004, 10:11 AM |
|
1) I have been using CCS 2.2.3.60. In the list of File Upload Component, I see Persist Software ASPUpload, ASP/VSScript Upload, ActiveFile Upload, ABC Upload, and Dundas Upload. But I don't know how to use these component. If you have any example of using these component, please give me the link.
2) For the folder permission, I follow exact instructions but I still got the same errors. Since the example code works, I hope it will work in my case. In your given link, the content relates to database; what I need is to upload image. Are they related?
Thanks for your help.
|
|
|
 |
|