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

thoughts on adding attachments...

Status
Not open for further replies.

scotth4v

Programmer
Apr 17, 2001
103
US
Hi Gang,

I'm a definite novice in the realm of Java so I'm not real sure what's out there, but I've built this Bugtracker using Servlets/XML/XSL under Apache/Jserv/MS-SQL7. One of the feature requests is to have a GUI-driven method for attaching files to the bugs (screenshots, files, etc). I've found file upload classes that I could use, but I need something akin to windows browse dialog where they can browse to the file and not have to enter their local file path. Is there an applet out there that can do this? Someone recommended an Active-X control (intranet app, so IE is fine)... any thoughts?

I welcome all thoughts/suggestions. Commercial or freeware is fine.

Thanks!

-Scott
 
What? Are you too good for the file upload feature of HTML? j/k, try this. It is just plain HTML.
Code:
<input type=&quot;file&quot; name=&quot;filename&quot;>
Doesn't get much easier than that. Remember to set your Form type to multipart/form-data.
Wushutwist
 
Hahahah wow! Awesome... That is funny! I'm the one usually pointing out the obvious... funny part is (well, maybe scary) that nobody in my office had a clue :) Hahaha yikes!!

-Scott
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top