error en ASP UPLOAD
Publicado por novalbos (4 intervenciones) el 14/10/2002 14:39:02
Hola, estoy haciendo un sistema para que la gente pueda subir archivos mp3 a una web, y para ello quiero usar el componente ASP UPLOAD, creo que tengo el codigo bien, pero me devuelve el siguiente error:
Server.MapPath() error 'ASP 0174 : 80004005'
Invalid Path Character(s)
/dbman/db05/backstage/Upload.asp, line 45
An invalid '/' or '\' was found in the Path parameter for the MapPath method.
El código que tengo es el siguiente:
<%
Set Upload = Server.CreateObject("Persits.Upload.1")
Count= Upload.SaveVirtual(request.serverVariables("APPL_PHYSICAL_PATH") & "files_out")
%>
<% = Count %>
¿Qué estoy haciendo mal?
Server.MapPath() error 'ASP 0174 : 80004005'
Invalid Path Character(s)
/dbman/db05/backstage/Upload.asp, line 45
An invalid '/' or '\' was found in the Path parameter for the MapPath method.
El código que tengo es el siguiente:
<%
Set Upload = Server.CreateObject("Persits.Upload.1")
Count= Upload.SaveVirtual(request.serverVariables("APPL_PHYSICAL_PATH") & "files_out")
%>
<% = Count %>
¿Qué estoy haciendo mal?
Valora esta pregunta
0