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 derfloh 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: *

  1. sagarB

    Opening multiple files

    NiteOwl, Thanks for you entire support. Will try and see If I can do some thing here. I thought of using Webstart app. What say??
  2. sagarB

    Opening multiple files

    TheNiteOwl, It ultimately has to be saved in the database.
  3. sagarB

    Opening multiple files

    Hi TheniteOwl, Good Morning, Thanks for the reply. I was able to dynamically increase the input file fields initially also. But My user says he has 30 - 40 files to be uploaded everytime and he wants all to be browsed and attached at once. Thats a bit of concern. Any ways Will try and see how...
  4. sagarB

    Opening multiple files

    Hi kaht, I also tried using ActiveXObject. I am able to readall the file systems , But the program jus reads and appends and displays on the page as a list, Instead of givin an option to select files. Can you tell me how to select files from those retrieved file systems?? Thanks - sagar
  5. sagarB

    Opening multiple files

    Hi FoamCow, Thanks for replying. The code which you have send me is used to add browse buttons and text fields when Add Another Image is clicked. By doing this I am able to attach only One file at a time. But my request was to open multiple files and attach them simultaneously. Hope you have...
  6. sagarB

    Opening multiple files

    Hi theNiteOwl, I am a new comer to javascript. I apolozise if I commit any mistake to understand your code. If I predict it correctly, Is this what you meant: <span> <div id = whichform + "divfile" + filenum> <tr> <td width = "250"> <span id =...
  7. sagarB

    Opening multiple files

    Thank u so much sir
  8. sagarB

    Opening multiple files

    Hi theNiteOwl, Thanks for the reply. Even I was able to browse one file at a time using input type= file. Can you kindly send a code snippet how to dynamically create a new input field when it is needed?? I appreciate your effort sir
  9. sagarB

    Passing a value from a radio button into a form

    Hi, Try this: Context.getRequestParameterMap().get(RadioButton id)
  10. sagarB

    Opening multiple files

    Hey, I am just curious to know whether there is a possibility of browsing multiple files simultaneuosly using javascript or HTML. I know we can do this usinga secured applets.
  11. sagarB

    Opening multiple files

    Hi kaht, Browising, opening and attaching multiple files simultaneously sir
  12. sagarB

    Opening multiple files

    Can someone Guide me Opening multiple files simultaneously using javascript

Part and Inventory Search

Back
Top