I wrote a web application in C# that upload an image to the server.
When I try to select (form the HtmlInputFile control) file from a remote computer (and not in the server itself), I get the Exception:
System.IO.FileN otFoundExceptio n: C:\Temp etc....
In other words: it search the file in the server computer (while it suppose to search it on the client computer).
when I select a file from...
User Profile
Collapse
-
C# : upload an image from remote server
-
The control name is: FreeTextBox1.
I succeeded insert hyperlink, image or any HTML tags but only at the end of the Text. -
How to get cursor position in a text editor?
I have a web application in C# project using a free text editor.
I want to insert links/text/images into the cursor position in the text editor.
Could anyone advise me how to get the current cursor position ?
(I tried the SelectionStart, SelectedText methods but the control doesn't support those methods).
Thanks,
Gil.
No activity results to display
Show More
Leave a comment: