sasha hantz
08-16-2007, 05:19 PM
:confused: this is the upload...
how can i limit it by size and file extansions?
(jpg and gifs 400kb max)
<%
Set Upload = Server.CreateObject("Persits.Upload")
Upload.IgnoreNoPost = True
Upload.Save(Server.MapPath("../000/"))
set Upload = Nothing
%>
how can i limit it by size and file extansions?
(jpg and gifs 400kb max)
<%
Set Upload = Server.CreateObject("Persits.Upload")
Upload.IgnoreNoPost = True
Upload.Save(Server.MapPath("../000/"))
set Upload = Nothing
%>