<% '########################################################### ' Infinite FX browser uploading script using ASPUpload component ' See Readme for Setting up info ' Free to distribute as long as this notice stays intact ' Copyright Robert Griffiths/Infinite FX ' Email: rob@infinitefx.co.uk ' Website: http://www.infinitefx.co.uk ' For more info about Infinite FX web design visit our site or email us! ' And finally, enjoy the script! '########################################################### Dim strUploadDest If request.querystring("dest") = "" Then %> Upload component form

Gaby Upload Form

Written by Gaby Dumitru
Requires ASPUpload component by Persits software to be installed on the server.
Visit www.aspupload.com for details, or just run this if you're not sure!

Select upload destination:


http://gabrieldan.tk
<% Else strUploadDest = Request.Querystring("dest") %> Gaby upload form

Gaby upload form



Browse for items to upload:

















<% End If %>