如何通过Java applet 将图像文件保存到服务器上?
我有一个作为 Java 小程序运行的绘图应用程序。 我需要以任何图像格式(通常是 PNG)将画布内容保存在服务器计算机上。 请帮忙!
I have a paint application that runs as a Java applet. I need to save the contents of the canvas on server machine in any image-format typically PNG. Please help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要做两件事:
您在服务器上运行什么? PHP? 铁轨? JSP? 。网?
You need to do two things:
What are you running on the server? PHP? Rails? JSP? .NET?
您可能对我为Processing 编写的代码感兴趣,它基本上是Java 代码。
回复:保存到网页 --- 图片导出。 在该线程的前面,我解释了此类应用程序要采取的一些预防措施(以避免恶意用户淹没服务器),并给出了相应的 PHP 代码。
You might be interested by the code I wrote for Processing, which is basically Java code.
Re: save to web --- image export. Earlier in the thread I explain some precautions to be taken with such application (to avoid flooding a server from a malicious user) and I give the corresponding PHP code.