M
monki
hi
im learning how to use the asp upload component (and new to multipart
forms )
1.
Can anyone recomend any tutorials/code samples and multipart forms (apart
from the manual on aspupload.com)
2.
Using a 'multipart/form-data' form
I am trying to set the upload script to only alow jpeg / gif files to be
uploaded
i can do this once the file has been uploaded by using
Ext = UCase(Right(File.Path, 3)) on Upload.Files
is there a way of checking the file types before they are upoaded on the
server?
Thanks in advance
J
im learning how to use the asp upload component (and new to multipart
forms )
1.
Can anyone recomend any tutorials/code samples and multipart forms (apart
from the manual on aspupload.com)
2.
Using a 'multipart/form-data' form
I am trying to set the upload script to only alow jpeg / gif files to be
uploaded
i can do this once the file has been uploaded by using
Ext = UCase(Right(File.Path, 3)) on Upload.Files
is there a way of checking the file types before they are upoaded on the
server?
Thanks in advance
J