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 Rhinorhino 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 Payload

  1. Payload

    Need Assistance

    Well the reasons could depend on many items, how are you getting the form information from the content_length environment to the hash FORM? -Blake
  2. Payload

    File upload via web form

    Eric, I have been working with perl for sometime now, What you will need is a form with a <input type='file' name='blah'> in it and this submitting to a cgi where you need to get the value of the input field and run this command: while ($size = read($upload_file,$buffer,1024)) { print FILE...

Part and Inventory Search

Back
Top