• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

reading Data from file and submitting

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hw [How] to get the control of the text field or the button on the servers page for using dat[that] control in an middle tier architecture.
i mean i am developing an application which takes a zipped folder from the client , unzips it , it has 50 files in it. each file has a sequence(letters) which will be read and then sent to server. On the server one sequence will be displayed in a text field and then on a button klik[click] a process wud [would] happen and a result will be returned in a file format to the application or directly to the client.Can somebody help me with the code
[ December 15, 2006: Message edited by: Eric Pascarello ]
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"speed mac",

Welcome to the fourms. There aren't many rules that you need to worry about here on the Ranch, but one that we take very seriously regards the use of proper names. Please take a look at the JavaRanch Naming Policy and adjust your display name to match it.

In particular, your display name must be a first and a last name separated by a space character, and must not be obviously fictitious.

Thanks!
Eric Pascarello
 
Eric Pascarello
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Your title does nothing to help your post. URGENT makes people less likely to give you an answer!

The title is the first thing people see. If it sucks, they do not read it.

I will change yours.

Also most people that use the forum speak other languages. Shortcuts such as wud wil confuse them. Please avoid using IM speak.

Eric
[ December 15, 2006: Message edited by: Eric Pascarello ]
 
Eric Pascarello
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JavaScript does not have the ability to unzip a zip file or even to read files directly. You would have to find an api that could do the unzipping and reading of the file on the server.

Only thing you can do on the client is give the user the ability to upload the zip with a input file control.

Eric
 
How do they get the deer to cross at the signs? Or to read this tiny ad?
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic