T
tiewknvc9
What would you use to have a java application (not an applet), upload a
file to an internet site, and then have that internet site modify the
file and return it to the user.
Steps... I think
1. send the file to the web site from the application. (need advice
with this)
2. the website analyzes the file, and prices out its cost. (got this
part down with a practice application)
3. the user buys the rights to use the file. (via paypal, I think (not
done yet))
4. the website decypts the file (got this part with a practice
application)
5. sends to the file back to the user. (need advice with this)
I am a good application programmer, and am open to learning a new piece
of java technology for this. I have tomcat running on the web server
so I know that java will run on the server.
I just dont know where to start...
file to an internet site, and then have that internet site modify the
file and return it to the user.
Steps... I think
1. send the file to the web site from the application. (need advice
with this)
2. the website analyzes the file, and prices out its cost. (got this
part down with a practice application)
3. the user buys the rights to use the file. (via paypal, I think (not
done yet))
4. the website decypts the file (got this part with a practice
application)
5. sends to the file back to the user. (need advice with this)
I am a good application programmer, and am open to learning a new piece
of java technology for this. I have tomcat running on the web server
so I know that java will run on the server.
I just dont know where to start...