|
Search
You searched for the word(s): Flash
Showing page 55 of 151 (1,503 total posts)
< 1 second(s)
-
Dear Kal,
Both Ajax Uploader and ASP Uploader are uploader products, they have similar functionality, but they belong to two different products, Ajax Uploader download link is http://cutesoft.net/downloads/folders/upload/entry44395.aspx
Regards,
Eric
-
Hi,
You can find the settings under "\cuteeditor_files\Configuration\ContextMenuMode\Default.xml". Please clean your browser cache after changed to try again.
Below is the new code which match the requirements your sent, please try ...
-
Try: Editor1.Setting[''security:AllowUpload'']= false;
Editor1.Setting[''security:AllowDelete'']= false;
Editor1.Setting[''security:AllowCreateFolder'']= false;
Editor1.Setting[''security:AllowDeleteFolder'']= false; Editor1.Setting[''security:AllowMove'']= false;Editor1.Setting[''security:AllowCopy'']= false;
-
No code, apart from the uploaderdatabaseprovider you supplied. I re-created the database table using your sql definition to make sure it wasn't that.
Locally am running IIS7 and SQL Express 05. For testing I am just trying to upload a .doc file about 2 megabytes in size. Am not using ajax in this example. Silverlight mode seems to ...
-
Eventually tracked this down to the response header ''X-FRAME-OPTIONS'' being set to ''DENY''. Setting the header to ''SAMEORIGIN'' resolves the problem.
-
cutechat:Hi,
1 , You need confirm the HTML which server generated , or you need try echo(''還需''); . Uploader do not make anything special on rendering the strings. I think that is PHP's issue.
2 , Please try the last version (we updated that recently) , it still not work , we will help you check it deeply.
3 , ...
-
Hi all
I implemented this cute editor component into our program and it works excellent. Now, we would like to tweak to suit the client request.
Basically, we would like to do :
1. Removing some buttons (Insert Image, Flash, Media, PDF and Template).
2. Would like to increase ''Enlarge the editing window''.
How do I ...
-
I want to make instances of the editor that just insert a media element - image, flash, pdf etc.
I stripped down the toolbars to reveal only the appropriate buttons, and it works great except --- how can I discourage the editor from surrounding the resulting tags with <p></p> tags - or any other tags for that ...
-
dguser,
Do you have problems with the example files included in the download package?
Test the demo here:
http://dotnetedit.com/cs/default.aspx
Please note that when upgrading, you need to update CuteEditor.dll and all the client files.Keep me posted
-
this not going to work, Editor1.Setting[''security:AllowCopy''] will return string type.false or true is return bool type.I know how this work, thanks anyway.
... 55 ...
|
|
|