|
Search
You searched for the word(s): Uploader
Showing page 148 of 328 (3,276 total posts)
< 1 second(s)
-
Hi BillClark,
The "Uploader" has not the attachmen table after uploaded.
The "UploadAttachments" has an attachment table to shows the upload flies after uploaded.
Regards,
Ken
-
Dear Angelo,
That example integrates the following 3 examples, you can find the source code of all these 3 examples in download package:
Ajax-Uploader\Framework 2.0-Csharp\simple-upload.aspx
Ajax-Uploader\Framework 2.0-Csharp-MagicAjax\simple-upload.aspx
Ajax-Uploader\Framework ...
-
Hi,
This sample tells you how to pass data for each file :
<%@ Page Language=''C#'' %>
<%@ Import Namespace=''CuteWebUI'' %>
<%@ Register TagPrefix=''CuteWebUI'' Namespace=''CuteWebUI'' Assembly=''CuteWebUI.AjaxUploader'' %>
<!DOCTYPE html PUBLIC ''-//W3C//DTD XHTML 1.0 Transitional//EN'' ...
-
Hi,
That is a temp file while the uploader parsing the uploaded data.
You can use
<add key=''CuteWebUI.AjaxUploader.UseAspNetStream'' value=''True'' />
to disable that future.
If you disable it,
for asp.net1.1 , the asp.net will use memory to save the http data , the server will have no ...
-
hi,
we have fixed the title issue, please download the latest build and try again.
Latest build download url: http://phpfileuploader.com/download/phpfileuploader.zip
Regards,
Ken
-
Greetings,
My web platform is IIS7.5, Windows Server 2008, Asp.Net 3.5. The uploader has been deployed and working fine in our environment for many months.
However some of our staff has moved to IE 11 and the uploader stops working correctly with this IE version.
(Note: Company policy is to use IE only)
I did install Chrome and ...
-
Dear Angelo,
''UploadModule is not installed into web.config'', please refer to http://ajaxuploader.com/Deployment.htm, you need check whether you followed step 2. If you are not sure which mode you are using, you can try those two configurations.
To use multiple files choose, you need install silverlight or flash in the cilent ...
-
Dear guox,
Please use the following code:
<!-- #include file=''aspuploader/include_aspuploader.asp'' -->
<%
Dim uploader
Set uploader=new ...
-
I was able to select multiple files to upload before attempting to save the files to DB.
However, after making the proper changes to save files to Database, I cannot select multiple files any longer... Is there a config-setting I need to know about to make multi-select file enabled when saving the files to SQL-DB?
As a side note, ...
-
Hi,
The current version is 100% compatible with Microsoft's UrlRewriter samples.
http://msdn.microsoft.com/en-us/library/ms972974.aspx
If the uploader do not fit for your case , there are some reason:
1. The url rewriter is not 100% compatible , because it use Request.RawUrl (like the http://urlrewriter.net/) .
That means, as ...
... 148 ...
|
|
|