this is the upload...
how can i limit it by size and file extansions?
(jpg and gifs 400kb max)


Code:
<% 


Set Upload = Server.CreateObject("Persits.Upload") 
Upload.IgnoreNoPost = True 

Upload.Save(Server.MapPath("../000/"))

 
set Upload = Nothing 
%>