Forum: Java Oct 22nd, 2007 |
| Replies: 16 Views: 27,181 Am not getting any error. But i didnt get file. I searched all directory. But file is not available.
Thanks for your reply. |
Forum: Java Oct 19th, 2007 |
| Replies: 16 Views: 27,181 Ok thanks for ur reply
In client side Applet to create an image and send it to the HTTP server:
import java.applet.*;
import java.awt.*;
import java.awt.event.*;
import java.awt.image.*;... |
Forum: Java Oct 19th, 2007 |
| Replies: 16 Views: 27,181 Thanks for ur reply.
I am new java and servlet.
If u know abt how to store image into server.
Please help me.
thanks |
Forum: Java Oct 19th, 2007 |
| Replies: 16 Views: 27,181 In client side I couldnt have image file.
Only I have Byte Array. I need to send to server( servlet) then i ll store it to jpeg file.
I tried the servlet code like this
... |
Forum: Java Oct 19th, 2007 |
| Replies: 16 Views: 27,181 anyone is available to help me:( |
Forum: Java Oct 17th, 2007 |
| Replies: 16 Views: 27,181 In client applet i have a code
import java.applet.*;
import java.awt.*;
import java.awt.event.*;
import java.awt.image.*;
import java.io.*;
import java.net.*;
import javax.imageio.*;... |