L
Leetree Man
I am new to the windows gui development, here is my question.
I currently have a java based applet that does file upload. It offers a
browse button that then lets the user choose one ore more file for upload.
The applet also allows dragging of file form the desktop. The applet then
open a HTTP connection to a server (different server then from where the
applet was launched from) and uploads the file. The applet is signed and
thus has the permission to do both file and url operations.
I would like to port this to C#. I need to know if
a) what is the .NET .equivalent to allow the applet to do file/url
operations. I have read that you can change the Internet permission on each
system, but this is not practical. Does Authenticode approach still work
with .NET?
2) Can JavaScript (client side) script the embedded control.
If anyone has sample code that does something similar I would appreciate it.
Boris
I currently have a java based applet that does file upload. It offers a
browse button that then lets the user choose one ore more file for upload.
The applet also allows dragging of file form the desktop. The applet then
open a HTTP connection to a server (different server then from where the
applet was launched from) and uploads the file. The applet is signed and
thus has the permission to do both file and url operations.
I would like to port this to C#. I need to know if
a) what is the .NET .equivalent to allow the applet to do file/url
operations. I have read that you can change the Internet permission on each
system, but this is not practical. Does Authenticode approach still work
with .NET?
2) Can JavaScript (client side) script the embedded control.
If anyone has sample code that does something similar I would appreciate it.
Boris