|
Search
You searched for the word(s): upload'A=0
Showing page 176 of 656 (6,557 total posts)
< 1 second(s)
-
Hi Mariette,
1. support drap and drop images within the editor.
2. Support upload images and rename it after uploaded. Also, you can coding in the dialog source code to handle the upload file name dynamically.
3. Support copy/paste the image from browser.
4. Support o set the images/files store ...
-
Hi afennani,
Please try the way below to disable the flash upload mode.
1. Open the controller file, find the uploader control section
2. Use the code below to disable the flash upload mode
using (CuteWebUI.MvcUploader uploader = new ...
-
Hi,
I am not sure what do you mean .
Who provide the URL ? User or Server Code ?
--
1 - when the browsing dialog opened , if an user paste an URL and press OK , IE will save it to a temp location and let Uploader to upload it.
2 - on server side, you can use System.Net.WebRequest to download the ...
-
Ian,
The width is calculated by the server side ProgressPanelWidth property.
You can also draw a queue table by your own script code :
http://ajaxuploader.com/document/scr/create-custom-queue-table.htm
Regards,
Terry
-
Dtest,
In Cute Editor, we use Ajax Uploader to handle file uploading. Ajax Uploader is an easy to use, hi-performance ASP.NET upload component which allows you to upload files to web server without refreshing the page.
By streaming uploads directly to an output stream, rather than loading them into memory, Ajax ...
-
1: Edit security policy file.
The security policy file (default.config, admin.config and guest.config) can be found in the /CuteEditor/Configuration/Security folder. In security policy file you can find the MaxDocumentFolderSize element which contains the value of max file file upload size limit (in kbs). By default, it ...
-
Hi, We have setup a site to use your PHPFileUploader and are in the process of testing it. The site is predomintly written in PHP and is running on a Windows 2008 Server in IIS7. Both IIS and the PHP settings have been modified to accept large file uploads of 2GB. The PHPFileUpload script is being used in two places, one for single ...
-
Hi,
Withough URL rewriting, the component on my page works absolutely fine. However I'm having problems when I use URL rewriting.Here's my rule : <rule name=''rewrite uploader.aspx''>
<match url=''^myaccount/uploader$'' ...
-
Hi -
We are trying to stream the uploaded file(s) from the upload temp directory to an external location once each file is uploaded. We have implemented an eventhandler for the OnFileUploaded event in which we do the following...
protected void ajaxUploader_OnFileUploaded(object sender, CuteWebUI.UploaderEventArgs ...
-
Hi Kenneth I've tried following the steps in the article, still getting no joy. I've tried setting it to iFrame as a temporary workaround and still get the same error. Any other ideas? My colleagues will now be picking up on this as I won't be around after today. Cheers
... 176 ...
|
|
|