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 Chriss Miller 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: rackboyut
  • Order by date
  1. rackboyut

    Is there a good IDE for JAvascript??

    http://www.sapien.com/primalscript.aspx The product is called primal script. I have never used it, but I have heard great things about it from people that use the software.
  2. rackboyut

    cffile upload, are multiple uploads possible

    Unfortunately you cannot edit the data in that field, and you cannot state where to start the browse. There are some Java applets available that allow you to do this, but i cannot remember the name of them right off the top of my head. Ill try to find them later tonight and send you a link.
  3. rackboyut

    cffile upload, are multiple uploads possible

    You must use a <input type=&quot;file&quot;> and let the user select the file they want to upload. This is the only way to upload a file. Once the user selects the file you cannot manipulate the name on the client side, and you cannot change the file they have selected. This is done to prevent...
  4. rackboyut

    cffile upload, are multiple uploads possible

    I wrote a little custom tag to do this. I saved this code as wg_MultiFileUpload.cfm..... <!--- ********************************************************************************** * * Developer: Wayne Gipson * Date: December 1 2003 * Project: Multiple File Upload Custom Tag * Purpose: Allow...

Part and Inventory Search

Back
Top