Multiple Upload Demo

Last post 03-07-2011, 7:26 PM by Kenneth. 12 replies.
Sort Posts: Previous Next
  •  02-19-2011, 11:11 AM 66304

    Multiple Upload Demo

    Hi,
     
    I am trying the demo examples of ASP Upload, while the single upload works I cannot seem to able to get the multiple uplaod to work, the result information on the pages shows:
     
    Uploaded File:
    FileName: Chrysanthemum.jpg
    FileSize: 879394
    FilePath: C:\Windows\Temp\UploaderTemp\persisted.c24bbfb5-8538-47c7-8fc2-58d0be82dc2b.Chrysanthemum.jpg.resx

    Uploaded File:
    FileName: Desert.jpg
    FileSize: 845941
    FilePath: C:\Windows\Temp\UploaderTemp\persisted.657bd6dc-4bee-4b22-8da8-79b411b6fcd7.Desert.jpg.resx


    Any help is appreicated.
  •  02-20-2011, 5:17 PM 66312 in reply to 66304

    Re: Multiple Upload Demo

    Dear sanjshah,
     
    Please make sure you have setted MultipleFilesUpload to true:
     
    <form id="form1" method="POST">
       <%
       Dim uploader
       Set uploader=new AspUploader
       uploader.MaxSizeKB=10240
       uploader.Name="myuploader"
       uploader.InsertText="Upload File (Max 10M)"
       uploader.MultipleFilesUpload=true
       %>
       <%=uploader.GetString() %>
       </form>
     
    To use the multiple files upload, silverlight or flash need to be installed in client computer.
     
    1. If ASP Uploader detects SilverLight is installed on your PC, It will use the SilverLight solution.
     
    2. If ASP Uploader detects Flash is installed on your PC, It will use the Flash solution.
     
    3. If ASP Uploader detects Iframe is supported on your Browser, It will use the Iframe solution.
     
    4. ASP Uploader will render as default standard upload control.
     
    Thank you for asking
  •  02-21-2011, 3:53 PM 66337 in reply to 66312

    Re: Multiple Upload Demo

    Hi Eric,
     
    Thanks for your reply, I can confirm that the setting are as you have - I have not changed anything:
     
    1. <form id="form1" method="POST">   
    2. <%   
    3. Dim uploader   
    4. Set uploader=new AspUploader   
    5. uploader.MaxSizeKB=10240   
    6. uploader.Name="myuploader"  
    7. uploader.InsertText="Upload File (Max 10M)"  
    8. uploader.MultipleFilesUpload=true  
    9. %>   
    10. <%=uploader.GetString() %>   
    11. </form>  
    and still recive the same error message, but for simgle file this works fine.
     
  •  02-22-2011, 1:13 AM 66344 in reply to 66337

    Re: Multiple Upload Demo

    Hi sanjshah,
     
    Do you get the same issue on our demo http://aspuploader.com/demo/form-multiplefiles.asp?
     
    Can you select multiple files in this demo?
     
    Is your site online? If so, can you post the test page url? So I can check it for you.
     
    Regards,
     
    Ken
  •  02-22-2011, 4:37 PM 66371 in reply to 66344

    Re: Multiple Upload Demo

    Thanks Kenneth for your reply, I have the same problem on all multiple demo pages when testing locally, single uploads are OK.
     
    I have as yet not uploaded to a site.
     
    Regards,
     
     
  •  02-23-2011, 10:38 AM 66395 in reply to 66371

    Re: Multiple Upload Demo

    Dear sanjshah,
     
    Please install silverlight or flash on your computer and test it again. If you want to choose multiple files, Siverlight or Flash need to be installed on the client computer.
    Silverlight download url: http://www.silverlight.net/
     
    Thank you for asking
  •  02-23-2011, 11:09 AM 66396 in reply to 66395

    Re: Multiple Upload Demo

    Eric,
     
    I have both already installed - both are also the latest versions, are there any other specific permissions required that differ for single upload and multiple upload?
     
    I am using Windows 7 Pro (localhost)
  •  02-23-2011, 11:09 AM 66397 in reply to 66395

    Re: Multiple Upload Demo

    Eric,
     
    I have both already installed - both are also the latest versions, are there any other specific permissions required that differ for single upload and multiple upload?
     
    I am using Windows 7 Pro (localhost)
  •  02-23-2011, 1:54 PM 66400 in reply to 66397

    Re: Multiple Upload Demo

    Dear sanjshah,
     
    http://aspuploader.com/demo/form-multiplefiles.asp , can you test this online demo again and tell us whether you can choose multiple files?
     
    Thank you for asking
  •  02-24-2011, 11:44 AM 66430 in reply to 66400

    Re: Multiple Upload Demo

    Eric,
     
    This works fine, but just not when I have created a site locally - any ideas are appreciated.
     
    Regards,
  •  02-28-2011, 8:49 PM 66485 in reply to 66430

    Re: Multiple Upload Demo

    Hi sanjshah,
     
    Do you testing the download package demo? Or integrate with your  existing site to test uploader?
     
    And the image you posted did not show any errors, it just the file info after uploaded.
     
    What steps you get the error? When click on the upload button?When select multiple files? Or after uploaded? Or just can not select multiple files at one time?
     
    Keep me posted.
     
    Regards,
     
    Ken
  •  03-07-2011, 4:22 PM 66574 in reply to 66485

    Re: Multiple Upload Demo

    Ken,
     
    Yes I am using the demo and have not changed anything its only when I use multiple files demo - the single file demo works fine.
     
    Regards
  •  03-07-2011, 7:26 PM 66576 in reply to 66574

    Re: Multiple Upload Demo

    Hi sanjshah,
     
    Can you show me the full error message or a screenshot what you got?
     
    Regards,
     
    ken
View as RSS news feed in XML