esthera
06-02-2005, 08:17 PM
I'm trying to upload a video file through a script using asp upload
I am getting the following error:
Persits.Upload.1 error '800a003d'
Wrong Content-Type. Make sure you have included the attribute ENCTYPE="multipart/form-data" in your form.
/multimedia/includes/functions.asp, line 218
the line that is erroring is:
Set Upl = Server.CreateObject("Persits.Upload.1")
'Response.Write Server.MapPath("../../data/products")
'Response.End()
Upl.SaveVirtual("../data/pictures")
Do I have to set it anywhere in the asp upload file to allow for videos?
I am getting the following error:
Persits.Upload.1 error '800a003d'
Wrong Content-Type. Make sure you have included the attribute ENCTYPE="multipart/form-data" in your form.
/multimedia/includes/functions.asp, line 218
the line that is erroring is:
Set Upl = Server.CreateObject("Persits.Upload.1")
'Response.Write Server.MapPath("../../data/products")
'Response.End()
Upl.SaveVirtual("../data/pictures")
Do I have to set it anywhere in the asp upload file to allow for videos?