|
Search
You searched for the word(s):
Showing page 4 of 123 (1,230 total posts)
< 1 second(s)
-
Hi Did you check whether $fileguid and $_POST[''current_uploader''] have correct value? You can post your full code here, we will run your code and check it for you. Thanks for askingeric@cutesoft.net
-
Hi Joe, Please refer to the following snippet:<%@ Page Language=''C#'' Title=''First sample'' %>
<%@ Import Namespace=''CuteWebUI'' %>
<%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Frameset//EN'' ...
-
Hi mody1982, After you download CuteChat, you can find file ''Embed.aspx'' in download package, this file demonstrates how to use embed chat. You can also refer to http://cutesoft.net/ASP.NET+Chat/Developer-Guide/scr/embed-chat.htm Thanks for askingEric@cutesoft.net
-
Hi mody1982, You can find ''CuteSoft_Client\CuteChat\EmbedChannel.css'' in download package, this file controls the style of embed chat, you can update it directly and change the style. Thanks for askingEric@cutesoft.net
-
Hi adyboy369,
Please try the following code:
how to hide some buttons when uploading:
<?php require_once ''phpuploader/include_phpuploader.php'' ?>
<?php session_start(); ?>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Strict//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd''>
<html ...
-
Hi mody1982,
http://cutesoft.net/example/database-example.aspx and http://cutesoft.net/example/datagrid-example.aspx , you can find these two examples in download package,I tested these two examples on local computer, the youtube code can be inserted to database. Please check your code, check whether variable has correct ...
-
Hi Emile,
I set the directory path programmatically, it works fine on my end, can you clear browser cache, restart browser and try it again?
<?php include_once(''cuteeditor_files/include_CuteEditor.php'') ; ?>
<html>
<head>
<title>Edit Static Html Example -- PHP Content Management, PHP WYSIWYG,
PHP HTML ...
-
Hi Brien,
If you deploy CuteEditor in https://mydomain.com:4444/, it will look like:
<link rel=''stylesheet'' type=''text/css'' href=''https://mydomain.com:4444/CuteSoft_Client/CuteEditor/Load.ashx?type=style&amp;file=SyntaxHighlighter.css'' isprelink=''true''>
If you deploy CuteEditor in https://mydomain.com, ...
-
Dear RafalL,
If you want to disable whisper feature, please open ''CuteSoft_Client\CuteChat\Channel.aspx
Change:
<td>
<input type=''checkbox'' id=''checkbox_whisper'' onchange=''SetWhisper(this.checked);'' style='''' ...
-
Hi RaymondC,
Please refer to http://ajaxuploader.com/Demo/Ajax-based-user-profile.aspx, the following is its source code:
<%@ Page Language=''C#'' %>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ''http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd''>
<script runat=''server''>
...
... 4 ...
|
|
|