Everything with the WebUpload control appears to work for me except when focus returns from the browse dialog to the Web Form. The filename isn't populated in the control. Please help.
aspx code is below:
<%@ Page Title="" Language="vb" AutoEventWireup="false" MasterPageFile="~/Site.Master" CodeBehind="InfragisticsWebUpload.aspx.vb" Inherits="FileTransferSystem.InfragisticsWebUpload" %>
<%
@ Register assembly="Infragistics4.Web.jQuery.v11.1, Version=11.1.20111.2036, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb" namespace="Infragistics.Web.UI.EditorControls" tagprefix="ig" %>
<
asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server">
script type="text/javascript" id="igClientScript1">
<!--
function
onErrorHandler(e, args)
{
$(
"#error-message").html(args.errorMessage).stop(true, true).fadeIn(500).delay(3000).fadeOut(500);
}
</
>
="server">
/>
Test Upload
</h2
This system allows users to upload Documents, Images, Audio and Video Files
</p
="Multiple">
Hi gg8695,
I checked the code you have shown us - but it looks OK and should work properly.
Also we have not had such issue till now so I need to know: what browser do you use? Have you made some changes in you css files or the other resource files?
Btw when you select the file from browse dialog and start uploading - is the uploading works properly? I mean whether the progress is shown correctly and whether the file is uploaded correctly. Also which file have you used? Have you tried to test with files with different names - test.txt, myTest.pdf, etc.
My advice is to check this sample: http://samples.infragistics.com/aspnet/Samples/WebUpload/Display/MultipleUpload/Default.aspx?cn=web-upload&sid=a8c69ee2-99e1-4512-938b-52c5d0b9cb6f
Another suggestion I can propose you is to use the code from the sample and when you run it and everything is working correctly then to change it so it fits your needs. If your problem persists please specify more details. It will be very helpful for us if you can send some little project/web site which only demostrates the problem(only the needed files to replicate it with the steps you do). If this is possible for you it will help us a lot.
Thanks,
Miro Hristov
I upgraded the jquery javascript from 1.4.1 to 1.4.4 and it's working perfect now. Thanks for your help.
I am happy to hear from you that now it is working correctly. Btw you can check the minimal requirements for resource files.http://help.infragistics.com/NetAdvantage/jQuery/Current/CLR4.0?page=Deployment_Guide_JavaScript_Resouces.html
In summary:
Can you tell me if WebUpload will support selecting multiple files in the open dialog box in a future release?
There are requests exactly about this feature - I hope soon we will implement it.
Hopefully, the last question: Do you know if it's been assigned to a release?
Yes, in future releases we will support multiple file selection.