Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by erhancom

  1. erhancom

    Progress bar for upload

    Have you ever any idea?
  2. erhancom

    Progress bar for upload

    Unfortunately..! This script doesn't work for me. Example Script : http://support.persits.com/upload/progress.asp Can you take a look above link?
  3. erhancom

    Progress bar for upload

    How can i use Response.Flush method. Do you have any example.
  4. erhancom

    Progress bar for upload

    My upload code: <form enctype="multipart/form-data" action="?newup=1" method="post" id=form1 name=form1> <input type=file name=file> <input type=submit value=submit name=submit> </form> <% If Request.QueryString("newup") = 1 Then asdfg = Request.BinaryRead(Request.TotalBytes) LenBinary =...

Part and Inventory Search

Back
Top