|
Search
You searched for the word(s): upload'A=0
Showing page 299 of 656 (6,557 total posts)
< 1 second(s)
-
Parameter Name
Default Value
Remark
file_uploads
1
Whether or not to allow HTTP file uploads.
upload_max_filesize
2M
The maximum size of an uploaded file.
max_input_time
60
This sets the maximum time in seconds a script is allowed to parse input data, like POST, GET and file uploads. ...
-
Hi frjericho,
authorize the user to upload new images but prevent him from uploading media files
hide the upload control in Insert media dialog only
Open file ''CuteSoft_Client\CuteEditor\Dialogs\InsertMedia.aspx''
Find section below
<CE:Uploader id=''InputFile'' InsertText=''ffff'' ...
-
Hi davedr,
Is your site online? If so, please send me the test url, I will check it and get back to you as soon as possible.
My E-mail: Kenneth@CuteSoft.net
Regards,
ken
-
Riena:
Hi,
From time to time we are getting ''The upload task is interrupted'' error. Can it be caught to present for customer nicer message, something like: ''The upload has failed. Please try again.''
Thanks.
Riena,
Which version of uploader are you using?
Can you download the latest build and ...
-
If you didn't set AllowUpload in the code, please check the security policy file.
The security policy file (default.config, admin.config and guest.config) can be found in the CuteEditor_Files/Configuration/Security folder.
-
Strange. I cannot reproduce this issue.
Ajax Uploader
An easy to use, hi-performance ASP.NET upload component which allows you to upload files to web server without refreshing the page. It supports ASP.NET AJAX frameworks and works in ajax updatepanel.
It works fine here.
I am using IE 7 and IE 8 ...
-
1. Our users are NEVER permitted to delete the message history. How can we disable that feature? Viewing the history is great, but deleting is a no-no.
Open CuteSoft_Client\CuteChat\MessageHistory.aspx and find the following code:
<asp:linkbutton id=''ButtonDeleteAll'' Runat=''server'' ...
-
Aaron Edwards:
This is the demo of uploading multiple files, c# ASP.NET AJAX. I don't see anything, either in the Choose File dialog, or in the main window, to allow you to select more than one file. Am I missing something? Am I just really dumb? I tried shift-clicking, and control-clickng, ...
-
Hi ryanstinson,
Use custom UI button by setting the Uploader1.InsertButtonID=''AnotherButton''
then the uploader script would replace the AnotherButton.onclick=..
You can replace it by this way :
<%@ Page Language=''C#'' %>
<%@ Register TagPrefix=''CuteWebUI'' ...
-
jerica:I am using cute editor for a clients content management system. Instead of using Cute Editor to add images, I used my own image uploading functions that work for other web sites that I have done. However now, that I am testing using my functions with Cute Editor, the functions don't work. I was wondering if there is some ...
... 299 ...
|
|
|