|
Search
You searched for the word(s): Flash
Showing page 5 of 151 (1,503 total posts)
< 1 second(s)
-
Rafael,
Please download the last version.
We have added a new property : <CuteWebUI:Uploader FlashLoadMode=''True'' ....>
This mode have disadvantages :
1 - Do not support Flash8,9 (will disable FlashLoadMode if use 8/9)
2 - client side need big memory for large files.
3 - Browser will stop ...
-
By default, all files can not be uploaded outside the site root for security reasons.
You can modify the following file:
cuteeditor_files\Dialogs\Include_Security.php
function ServerMapPath($input_path,$absolute_path,$virtual_path)
{
if($absolute_path!='''')
{
return ...
-
Dear koniahin,
I cannot reproduce this issue, I tested it in Joomla1.5.14 and the latest release CuteEditor for Joomla. Please download the latest release: http://cutesoft.net/downloads/folders/cute-editor-php/entry54375.aspx and test it again. If this issue still exist, you can send your site's access information to ...
-
Hi lanec,
You can try this way,It also valid for other file types.
<%@ Register TagPrefix=''CE'' Namespace=''CuteEditor'' Assembly=''CuteEditor'' %>
<%@ Page Language=''C#'' %>
<html>
<head>
<title>ASP and ASP.NET WYSIWYG Editor - Use CuteEditor as a document ...
-
You can use the following method to detect the agent is online or not.
CuteChat.ChatWebUtility.HasReadyAgents()
For example, in the file CuteSoft_Client\CuteChat\Support-Image-Button.js.aspx:
function WriteLiveSupportButton()
{
var ImageURL='<%= ...
-
This is caused when the data being uploaded is greater than what is specified for AspMaxRequestEntityAllowed.
Solution:
Open your metabase.xml, which is located in 'c:\Windows\System32\Inetsrv', find the line ''AspMaxRequestEntityAllowed'' and change it to a value to suite your needs.
Note: Editing the metabase.xml file requires shutting ...
-
Please check the following article:
How to change the layout of the toolbars?
http://cutesoft.net/developer+guide/Howto_Change_layout_of_the_toolbars.htm>>4) How can i deactivate the image and file uploading options from the editor?
But you can deactivate the image uploading options by using the following ...
-
Hi,
Thanks for your information. Once the page is being redirected , the server will not returns http error, so Flash will not report error too.
By the way, did you add UploadModule into web.config ? If so , uploader will not use that Uploader.ashx, and the UploadModule will help the ASP.NET recieve the Flash uploaded file before ...
-
shaikhkhalid:
Hi,
We have purchased the IP license of Ajax uploader and sometimes for a 200 KB file it gives ''Flash: The upload task is interrupted! io Error #2038'' error message and the attachment does not get save.
My web server is hosted on a Windows 2003 Enterprise Edition 32 bit with IIS6 and latest service pack. The .NET ...
-
when i uploaded flash using editor button , it showed some default gray color image...
but when i did the same using my custom button ..it is showing nothing... just showing the code in HTML view. of the editor
In that html view the End Tag of Embed is missing ... is that the problem? The editor deletes the Embed's End Tag
... 5 ...
|
|
|