|
Search
You searched for the word(s):
Showing page 22 of 231 (2,301 total posts)
< 1 second(s)
-
Hi,
when you use load balancing and get ''Unable to find the uploaded file in directory: E:\....\UploaderTemp '',
you need configure a shared file server to store the temp files.
set the TempDirecotory=\\sharedserver\tempfolder
if you get security issue, fill username/password into web.config
<add ...
-
Hi,
I think you need test a general asp.net upload control for the large file , to validate your configuration.
<asp:FileUpload runat=server ID=FileUpload1 />
Regards,
Terry
-
Hi,
We will provide an example for that .
Regards,
Terry
-
Hi,
Please check this post :
http://cutesoft.net/forums/thread/62500.aspx
Regards,
Terry
-
Hi,
If you want to pass the file list to another page,
You need store the list of the File Guid , into Session , or Database or somewhere,
And fetch the File Guid in another page, use uploader.GetUploadedFile(guid) to get the file object, and show it .
Regards,
Terry
-
Hi,
I think you have downloaded the wrong version.
Please download the uploader for ASP.NET from this website : http://ajaxuploader.com
Regards,
Terry
-
Hi,
Maybe .
Currently the Silveright have disadvantage, we can't get the server side 500 error detail.
So I guess when you use a folder without enough error, the server return http500 directly.
Regards,
Terry
-
Hi,
Because the Flash/Silverlight limited ,
So Uploader only support this logic :
1 - user click the button (actually click on the Flash/Siverlight transparent layer, not on the button)
2 - uploader fire the CuteWebUI_AjaxUploader_OnBrowse event.
you can put your login in that function , ...
-
Hi,
Can you make sure you are using the last version ?
I have tested it. But I didn't reproduce this issue
Regards,
Terry
-
bart,
I think you need change the UI logic.
Maybe you need provide 2 buttons,
one for ''Add files'' , and one for ''Update your data''
Regards,
Terry
... 22 ...
|
|
|