Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Search
Search
You searched for the word(s): upload'A=0
More Search Options
Showing page
150
of
656
(
6,557
total posts)
< 1
second(s)
Re: Ajax Uploader - Web Accessability (WCAG2.0) UploadAddonWarningImage Message
Hi craymers, You can set the Upload type to “IFrame” for the IE 9 browser, it will work with keyboard. But the iframe mode only support o set 1 file at one time. It does not support multiple files select function. protected override void OnLoad(EventArgs ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
October 22, 2013
Re: Strange Error with Large Uploads
Hi stoi2m1, I think you did not set up the large file uplod settings correct. Please refer to http://phpfileuploader.com/FAQ.html#16, the "How do I handle a large file upload?" and "php.ini settings" section. Also, please check the "upload_tmp_dir" php setting, ensure that you have set value for this ...
Posted to
PHP File Uploader
(Forum)
by
Kenneth
on
August 28, 2013
Re: Can it do mimimum file size validation?
Hi David, You can get the file size and valid it before the file save into your server. if too small, show the error ...
Posted to
PHP File Uploader
(Forum)
by
Kenneth
on
August 19, 2013
Re: What browser settings need to be on for this to work
Hi shaunw, 1. Multiple files select issue. The multiple files select function is based on html5/silverlight/flash plug-in of the browser, please ensure that his IE 8 has silverlight or flash plug-in install. Let your client try on demo page http://aspuploader.com/demo/form-multiplefiles.asp, if this demo page works ...
Posted to
ASP Uploader
(Forum)
by
Kenneth
on
April 12, 2013
Re: Not working in IE using windows authentication (NTLM)
HI scarleto, Please try the way below Create a folder name "mytemp" under your site root, set it for property "TempDirectory". <CuteWebUI:Uploader ID="uploader1" runat="server" TempDirectory="~/mytemp"> ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
February 27, 2013
Re: AllowedFileExtensions does not work firefox
Hi chispa, The dialog filter function is based on silverlight and flash plug-in. On your firefox, it will loads the html5 as the default upload mode. The control will check the file extension again at server side, so i think it will not causes the problem. you can set property UploadTypePriority to ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
January 28, 2013
Re: Get File Stream similar to HTTP Posted File.
Hi, Please try the example ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
January 8, 2013
Re: CuteWebUI:UploadAttachments - Require At Least One File Selected When ManualStartUpload="true"
Hi carlpr, Please try the example below, it require the user at least select a file for upload. <%@ Page Language="C#" %> <%@ Register Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" TagPrefix="CuteWebUI" %> ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
December 20, 2012
Re: Change width of AjaxUploaderProgressInfoText
Hi Kerstin, Please try the way below to set the width. <%@ Page Language="c#" %> <%@ Register Namespace="CuteWebUI" Assembly="CuteWebUI.AjaxUploader" TagPrefix="CuteWebUI" %> <html> <head> ...
Posted to
Ajax Uploader
(Forum)
by
Kenneth
on
December 7, 2012
Re: List regists by date decreasing
Hi, Please try the new example below, the red code is what I am changed. T<%@ Language="VBScript" %> <!-- #include file="aspuploader/include_aspuploader.asp" --> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title> ...
Posted to
ASP Uploader
(Forum)
by
Kenneth
on
November 14, 2012
More Search Options
« First
...
< Previous
148
149
150
151
152
Next >
...
Last »