|
Search
You searched for the word(s):
Showing page 64 of 381 (3,805 total posts)
< 1 second(s)
-
Hi zexelgrifone,
1. Yes, if use method CopyTo and MoveTo, then do not need to use SaveDirectory anymore.
2. The temp file will save into your system temp folder, mostly is "C:\Windows\Temp". You can set property "TempDirectory" to change the temp folder location like ...
-
Hi arunsaar,
Did you got this problem after uplodaed? Or after other control postback?
Can you post your uploader page url here? So we can check your page directly. Also, you can send it to Kenneth@CuteSoft.net.
If allow, please create a simple example page which can reproduce this issue and post here, so we can ...
-
Hi Bluepark,
I think you are using the Rich TextEditor php version 8.1.
Issue 1
Can you show me the full steps to reproduce this issue on demo http://phphtmleditor.com/demo/? If needs special content to reproduce it, please post here too.
Issue 2
What custom Internal Links you are testing? can you ...
-
Hi Mariette,
1. support drap and drop images within the editor.
2. Support upload images and rename it after uploaded. Also, you can coding in the dialog source code to handle the upload file name dynamically.
3. Support copy/paste the image from browser.
4. Support o set the images/files store ...
-
hi novi,
by the way file type not support and file too large message can set by the properties below directly.
<CuteWebUI:Uploader runat="server" ID="uploader1" FileTypeNotSupportMsg="not support" FileTooLargeMsg="too large"> ...
-
Hi novi,
Can you post your email address here? So I can send the example page to you directly. Also, you can send a mail to Kenneth@CuteSoft.net directly.
If your site online now? if yes, can you send me the uploader page url? so I can check it too.
Regards,
Ken
-
Hi zexelgrifone,
The upload file only can save into the current server. can not save it into remote server.
If you want to save it into the different drive of the current server, then use the full physical path in method CopyTo. Like the example below. And ensure that your site has the write/read permission of the save ...
-
Hi novi,
Can you show me the full error message which you want to catch?
In the example I attached, it only allow to upload .jpg file, please try to upload a .gif .txt file, then it will catch the error and show the custom error message?
Regards,
Ken
-
Hi,
Please try the example below. It shows you how to catct the "This file extension is not allowed! File extensions allowed" error and achieve your own logic there. The example below will shows the custom alert ...
-
Hi KentM,
You can set property "EnterKeyTag" to control the enter key behavior, like below.
Can be set to "P", "BR", "DIV".
<RTE:Editor ID="editor1" runat="server" EnterKeyTag="P" />
Regards,
Ken
... 64 ...
|
|
|