upload « PDF « JSP-Servlet Q&A





1. uploading of pdf file    stackoverflow.com

i want to upload a pdf file by using code given below.It give browsing facility but dont upload file. When i click sendfile button Its display uploadfile.html code page. How can ...

2. JSP that converts office extensions to pdf and then upload them    coderanch.com

Hi there ! Im trying to convert office extensions ( .xls, .ppt, etc) to pdf and then upload the resulting file to a server . currectly im using the upload solution using o'really, upload commons and java beans and as for the conversion im using a solution which uses OpenOffice's lib to do the conversion.I'm going to post the codes of ...