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

File Upload - Help

Status
Not open for further replies.

mdazam

Programmer
Apr 1, 2005
28
US
Hello everyone,

I hv put lot of effort doing in JS but seems like it will be more fexiable to do it in JSP. After see this example in php.

Click on "Attach relevant documents" in the above link you'll get idea what I wantted. Its something like this...

============================
Name: [ .....]
Email: [ ......]
...
....
File: [ ......] {browse} {Add}

List of Files
File Name Delete
xyz delete
abc delete

[submit button] [cancel button]
====================================

Upon "Add" the page may refresh or we can hv seperate windows just for upload file section like in the above link example.
Upload file can be more then one.

Basic Idea is before the submit user should see the file names which he/she submiting along with other form fields.


Regards
 
If you want JSP, then you're in the wrong forum. Try forum695.
 
... and since JSP is just another way of generating the HTML and Javascript (etc) destined for the client's browser, you're STILL gonna have to sort out your issues with the HTML and Javascript.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top