
25/05/2006, 03:20
|
| | Fecha de Ingreso: enero-2002
Mensajes: 1.438
Antigüedad: 23 años, 3 meses Puntos: 0 | |
If the Upload.Save method is called in a script invoked directly rather than via a multipart/form-data form, the following error will occur:
Persits.Upload.1 (0x800A003D)
Wrong Content-Type. Make sure you have included the attribute ENCTYPE="multipart/form-data" in your form.
This creates a problem if you want to place both your form and the corresponding upload script in the same file. To avoid this error, set the property Upload.IgnoreNoPost to True. |