Hi Servlet experts, I have an applet at the front end and the server side scripting is done in servlets.I need to upload image files embedded in plain text (similar to inserting images in word or outlook express).I have a textarea and when the "Insert Image" button is clicked the FileDialog appears and the file path gets inserted at the position where the cursor was.Now I have a few questions: 1) Do I need to write the files separately from the text on to the outputstream? 2) Should I use some kind of a ByteArrayOutputStream or a Data o/p stream will do? 3) The applet should be a signed one or is there any other way of doing it? Also is there any better way of doing this? Please help. regards Sundari ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
