|
Search
You searched for the word(s):
Showing page 35 of 381 (3,805 total posts)
< 1 second(s)
-
hi,
How to hide the upload button for particular category.
if (category.Title == "pages"{
uploadbtn.style.visibility = "hidden";
}
else {
uploadbtn.style.visibility = "visible";
} ...
-
Hi narendrababu,
1. Please open file\CuteSoft_Client\Gallery\Editor\Explorer\Code.js, find the function below
function SelectCategory(category) {}
2. Add the code below into the function above, then it will hide the upload button when user click on any category except ...
-
Hi insk,
1. if you mean use it in the <iframe>, then it will work.
2. You can create a virtual directory under your site and save the upload file into this virtual directory. The virtual directory can point to any location or remote server, just ensure that your site has the write/read permission of the folder you ...
-
Hi jurgen007,
Does your site under load balancing/web farm environment? Can you send me your uploader page url? So I can test it too. Also, you can send it to Kenneth@CuteSoft.net
Regards,
Ken
-
Hi narendrababu,
You can refer to example http://cutesoft.net/example/howto/AddDialogs/cs/create_a_custom_dialog.aspx , it shows you how to replace the selected content from the separate dialog.
Regards,
Ken
-
hi AndyFel,
Can you create an example page which can reproduce this issue and send it to kenneth@CuteSoft.net? So we can test it too. Or send your editor page url and the full steps to reproduce this issue.
Regards,
Ken
-
Hi Andreas,
Not yet, the development team still investigating this issue. We will fix it in next patch. Sorry for your inconvenience.
Regards,
Ken
-
Hi narendrababu,
Please add the code below to the bottom of your page, it will catch this command, and you can achieve your own logic ...
-
Hi MikeJuri,
Got this issue because the uploader gets the wrong path of the resource files. Please try the way below, it will fix this issue.
1. open file \phpuploader\include_phpuploader.php
2. find section below
$cd=dirname($this->GetWebPath(__FILE__));
3. change it ...
-
Hi MihaiB,
Yes, for load balancing environment, you need to set the TempDirectory to a a central location, then it will work.
Setting temporary file location in web.config
Add an entry into the <appSettings> section of your application web.config file:
<add ...
... 35 ...
|
|
|