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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: there
  • Content: Threads
  • Order by date
  1. there

    upload files to a directory

    I have written a code to upload files to a directory but it only works if something is place in the upload files field. The problem arises when the upload file field is empty and you make changes to some of the other fields on the same form and it will not work. This is for adding and editing...
  2. there

    upload files to a directory

    I have written a code to upload files to a directory but it only works if something is place in the upload files field. The problem arises when the upload file field is empty and you make changes to some of the other fields on the same form and it will not work. Where am I going wrong? How...
  3. there

    file size not transferring in uploading a file (browse feature)

    Dear wise-one, I have been trying to get the upload file feature to work. It is almost working but one problem, it is not transferring the file size. the file is transfer in the right location and file name on the web server but the file size is 0. another question "binmode" is this...
  4. there

    upload files to a directory

    Hi, I went over the the posting in this thread and TRIED and TRIED to make the coding work. I must be doing something wrong. PLEASE HELP. in the html coding ------------------ <form action=&quot;script_name.cgi&quot; method=&quot;post&quot; enctype=&quot;multipart/form-data&quot;> <input...
  5. there

    sorting in perl

    I am trying to sort in perl. I need HELP. It is not working for me and I have tried everything and anything. Please advise me what to do. example of database name|company|address|state I want to sort in company both in asc and desc open (LISTDATA, &quot;$database&quot;); @indata =...

Part and Inventory Search

Back
Top