Ajax file upload using aspupload

Underribido

New Member
I have read everything i could find. Yes, im still using classic aspIm trying to figure out how to upload a file to the server using the aspupload component but with ajax.I get a lot of php examples .net and client side that doesnt realy do anythingSo how can i get the input content via class? Cause i will have more than one uploader in the page: \[code\]$(".file").val()\[/code\] is not the way so what is?I dont mind useing ajax on any form. I do know i can have \[code\]<form target=iframe></form><iframe name=iframe></iframe>\[/code\] but not sure i want alot of iframe on the page
 
Back
Top