|
Search
You searched for the word(s): Uploader
Showing page 23 of 328 (3,276 total posts)
< 1 second(s)
-
gustyn,
If Ajax Uploads detect silverlight is supported by user browser, Ajax Uploader will use silverlight solution. If Ajax Uploader detects flash is supported, Ajax uploader will use the flash solution. For other situations, Iframe solution will be used.
For your situation, I suggest you set up a temp upload ...
-
Hi all,
We have confirmed a Firefox new BUG ,
If you put the uploader under the <BODY> directly , the Flash/Silverlight will stop works !!
SO , Do not use such code for testing : <BODY> uploader... </BODY>
Try add a DIV : <BODY><DIV> uploader... ...
-
Hi st louis mo/gim-matt,
Find section below:
document.getElementById(''imageFld'').value = imgs[imgs.length-1].src;
editor1.ExecCommand('new');
document.getElementById(''imageFld'').focus(); ...
-
Thank you very much very taking the time to do that. I haven't had a chance to fully digest what you did since it is very different than the built in asp.net wizard control, but it is an interesting approach that appears to solve the problem. I'll keep looking through it and try to determine the best way to implement it in ...
-
Ed,
Can you explain it in details?
Are you using Ajax Uploader in a custom solution?
By default, Ajax Uploader doesn't change the file name.
void Uploader_FileUploaded(object sender, UploaderEventArgs args)
...
-
Hello, I am new to using the Ajax Uploader control. I am trying to use the ajax uploader tool and I have ManualStartUpload set, so the uploads don't start immediately. However, A user can select the files he/she wishes to upload and they get added to the page. After the second files is selected, a 'Cancel All Uploads' ...
-
After send, show me error: This file can not be validated! at function Ox31....
Follow my code:
<html xmlns=''http://www.w3.org/1999/xhtml''>
<head>
<title>
Ajax - Multiple files upload
</title>
<link href=''demo.css'' rel=''stylesheet'' type=''text/css'' />
<script ...
-
Are there known compatibility issues with uploading Office 2007 documents (docx, xlsx, pptx) using the AJAX uploader? I am getting file corruption with all Office 2007 documents when using the AJAX uploader and wanted to find out if this has been tested and certified by CuteSoft? Update:After doing a comparison between my ...
-
wwward,
It already exists. Maybe it's hard to find. It's under CuteEditor ''Advanced Topics'' section.
Please check the following examples:
Store Files (images, flashes and documents) in a Database
Download the example source code
Using an access database as the file storage
Using a Sql Server database as ...
-
Hi Ken, Here's what I've got: INFO ScriptVersion ,20110321-01INFO UploadType/addontype,Auto/undefinedBEGIN event initializeEND event initializeBEGIN event browseEND event browse,trueINFO InitFrame BEGIN event iframe select,C:\Users\Noor\Desktop\xml\Palliser_16003_Aug09_Hrly.XMLEND event iframe select,falseBEGIN event startEND event ...
... 23 ...
|
|
|