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

Search results for query: *

  1. tarawfp

    Upload files...

    Can anyone help me modify my code.. it still give me the out of boundary error when I upload to a unix server Thanks
  2. tarawfp

    Upload files...

    THIS IS THE CODE IM USEING...WHICH I TOOK FROM SEDJ AND i DID SOME MODIFICATIONS AS I NEED TO READ THE YEAR TOO FROM THE JSP PAGE. IM SORTING THE FILES BY YEAR. CAN YOU PLEASE HELP ME TO FIND THE ERROR......THANKS :) /* * uploadservlet.java * * Created on October 31, 2004, 7:37 PM */...
  3. tarawfp

    Uploading non-ascii (pdf/jpeg) files w/ servlets + <insert type="file&qu

    Im having the same problem when I deployed my web application to a unix os and tried to upload a nontext file I got the following error out of boundary. can anyone help me solve it
  4. tarawfp

    Upload files...

    Im having a problem with file upload when it comes to upload binary files (doc.pdf....) on a unix operating system. does anyone have a clue on how to solve it. Thanks
  5. tarawfp

    Upload files...

    Dave, can you explain more?
  6. tarawfp

    Upload files...

    The file is saved in the bin directory of the server. Im still looking into adding a link to the file...any ideas
  7. tarawfp

    Add a link in a JSP page

    I need to know who to add a link in a JSP page for a file that I have already uploading to the server. and how do I change the location of the uploaded files. currently all the files I have uploaded are stored under the bin folder in Tomcat, how can I choose a different location on th e server
  8. tarawfp

    Upload files...

    Thanks Dave, this is what I want to do but can you give me some more code info. about how to do it or direct me to a site that has such information...I need to use both jsp for presentation and servlets for manipulations. and yes I want the user to view the uploaded file. a link leading to the...
  9. tarawfp

    Upload files...

    I want to creat a web page that allows me to upload file and generate a dynamic link by using the file name...any hints on how to do that Many Thanks!!
  10. tarawfp

    URL NOT FOUND

    Venur..thanks for the info..I still have a problem..well I tried to write a simple server and put it under the rootdirectory\web-inf\classes\ and tryed to access the servlet it worked. but when I put it under rootdirectory\web-inf\classes\joining\servlets it doesn't work. by the way...
  11. tarawfp

    URL NOT FOUND

    THanks.. I will try it. Im u can see Im new to web prog
  12. tarawfp

    URL NOT FOUND

    No as I have no control over the web server.Im just allowed to use it. all that I know that the web server is running on lunix o.s and the one I used in windows XP. woulld that be an issue. is there any changes that need to be done for web apps when switching them from a stand alone tom cat to...
  13. tarawfp

    URL NOT FOUND

    I mean the WEB.XML file
  14. tarawfp

    URL NOT FOUND

    Im doing a small web application, it runs fine on the stand alone tomcat but when I copied everything to the web server that uses tomcat 5.0 and tried to execute the servlet I got the message URL NOT FOUND. I think i need to change something in the XML file but Im not sure how? please help
  15. tarawfp

    adding announcements and links in a jsp web page

    how can I post announcement on a jsp and hava a link created dynamically using the title of the announcement
  16. tarawfp

    Need to send a link in a Mail Msg

    Venu thanks for the info.. one more thing...in this case can I include both a text msg and a url...this is my first time to use javamail so Im not sure how it works
  17. tarawfp

    Need to send a link in a Mail Msg

    one a person has registered to my web page a msg is send to his email account to give him a default password. in the same msg I want to add a link to another page where he could confirm registration. do I just add a href in the msg part in my servlet. please help

Part and Inventory Search

Back
Top