Software Suggestions - Uploading files
Can anyone suggest a software product for me.
I need to:
Upload files to website. ( several hundred copies of invoices, please suggest best formats)
Upload xls files . (listing the above selected copies requested)
Download, print and manage selected files from website.
Administrate process: Account Sign In, Passwords, Member Selection
Thanks for any suggestions.
abc
[417 byte] By [
abcsctra] at [2007-11-26 18:50:13]

# 2
Hi,
Do you want to work on J2ME application which interact J2EE or any server side scripting language?
If you are making application like that then you need to do following -
* Using Connector class (Basically Connection framework) you can
1. Upload files to website.
2. Upload xls files.
* Using BlueTooth you can connect to printer and print documents
For printing and manage selected files, do you want to do it from web? then you just need do work on web application.
Cheers,
Rohan Chandane