nightbeat
Posts: 6
|
| Posted: 07/11/2006, 5:20 AM |
|
I made an application that had the file upload component for uploading files on webspace.Intially i set the CODE LANGUAGE to ASP.NET VB. But then i changed it to ASP 3.0 with Templates. But when i try to publish it gives a warning "Warning:Please specify the File Upload Component for the project." and the page doesnt work, it says:
Technical Information (for support personnel)
Error Type:
Server.MapPath(), ASP 0174 (0x80004005)
An invalid '/' or '\' was found in the Path parameter for the MapPath method.
/CMSFinal1/Classes.asp, line 1963
Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; .NET CLR 1.1.4322; Alexa Toolbar)
Page:
GET /CMSFinal1/ProductsRecord.asp
Can the file upload component be used with ASP 3 with templates?
|
 |
 |
gpdeering
Posts: 57
|
| Posted: 07/27/2006, 7:35 AM |
|
If you read the built-in help within CodeCharge Studio regarding "File Upload", you'll learn that the ASP 3.0 code does not have native support for uploading files. Instead, as the help file indicates, you have to install a third-party COM application that gives ASP webpages this functionality. CCS simply offers you a control for your webform to manage this functionality to your liking.
I, too, am interested in this component as I'd like to create a simple CMS app on my website. .NET might already have this functionality natively. I will have to create a VB.NET app to verify this.
--gpdeering
|
 |
 |
|