Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): Ajax Uploader
More Search Options
Showing page
10
of
117
(
1,163
total posts)
< 1
second(s)
Re: How can I update $uploader->UploadUrl="../php/cmds/PHPFileUploadCmd.php" after Page Load then after ajax resulthandler?
I solved it by myself eventually. Just at the resultHandler after Ajax post. change it with JQuery. The javascript id of the phpFileUploader button is ''myuploader_Loader_unique''. So that I can change it with simple JQuery script as follows: function insertAlbumResultHandler(res){ //alert(res); var ...
Posted to
PHP File Uploader
(Forum)
by
manpakhong
on
March 5, 2012
Re: Does AJAX Uploader validate against MIME types , or does it ONLY look at file extensions?
Hi, The MIME type is sent from client side. that is not safe. For example , the Request.Files[x].ContentType is not safe , the Microsoft comment is ///Gets the MIME type of a file sent by a client We do not provide MIME type because we don't want developers depend on it and make security issues. And uploader ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
April 23, 2009
Re: Can't Install / Run Ajax Uploader
Actually, I think I may know some of what's going on. The folder physically resides in another website, but is part of an app that's bound to other sites through virtual directories in IIS. When I access the uploader from the 'physical' site, it loads ok...when I try it from a client site, it doesn't run. Is there something ...
Posted to
Ajax Uploader
(Forum)
by
GenNS
on
March 2, 2009
Re: Ajax Uploader Security
Hi Aaron, If you want to add more security check for the file, You can use the FileValidating event. when the FileValidating fired , that means the file is just uploaded and prepair to fire the FileUploaded. So you can check more thing there, by using the HttpContext or other controls (for example, the ...
Posted to
Ajax Uploader
(Forum)
by
cutechat
on
July 29, 2008
Re: Cant get Ajax Uploader to work with asp.net 4 and IIS 7
Sorry Eric there is nothing wrong with the deployment, you missed all my posted here, if you please look at my first post or my second? Also that link is missing the header assembly reference, that you need to get this to work. <%@ Register Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' TagPrefix=''CuteWebUI'' ...
Posted to
Ajax Uploader
(Forum)
by
ThomaxVision
on
September 29, 2010
Re: Ajax Uploader in MVC deletres ALL pages from History
Hi Terry, Fantastic - Well Done - The IE issue with the pages is fixed. But I am still getting the browse buttons in FireFox. The link you have sent me works great in FireFox. Why does it do that in MINE? Which example in the download should I look at and how have you made your page work correctly in Firefox? Another point you ...
Posted to
Ajax Uploader
(Forum)
by
hassan
on
May 11, 2010
Re: Does different UploadType options in Ajax uploader affects upload performance?
We have removed UploadType altogether to let AjaxUploader decide the best possibe option supported by the browser. We were testing by disabling Flash plugin in the browser and observed that the progress bar doesn't update values however, the upload was successful. It is showing "Uploading <filename> -KB of -KB at -KB/s; - ...
Posted to
Ajax Uploader
(Forum)
by
d6Hemant
on
September 18, 2014
Re: Ajax uploader version 3.0 doesnt work for SOME Safari Mac users
When they click on upload button it does not open the select file dialog. Your demo and our other pages with -only- 1 upload button, all work fine. This page is slightly different since it has 2 upload buttons in it. Some of our users have the same issue on this page on IE 9 as well, but so far we havent ...
Posted to
Ajax Uploader
(Forum)
by
maryamp
on
April 10, 2014
Re: How to get the File name(s) Uploaded using CuteWebUI Ajax Uploader
i Rkumar1, You can get all upload files name in event UploadCompleted, then get the name without file extension by the code ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
September 4, 2013
Re: how to hide uploaded files grid in ajax uploader
Hi Kenneth, No its on my local PC. I can show off my code, though it yurns out this is what I wanted: <script type="text/javascript"> function CuteWebUI_AjaxUploader_OnQueueUI(list) { return false; } </script> I wanted to ...
Posted to
Ajax Uploader
(Forum)
by
pjs75
on
July 23, 2013
More Search Options
« First
...
< Previous
8
9
10
11
12
Next >
...
Last »