Re: problem uploading over 220 files with long names and a total size of about 300 mb

  •  12-10-2008, 3:51 AM

    Re: problem uploading over 220 files with long names and a total size of about 300 mb

    Hi,
     
    Both the Flash/Silverlight use windows API GetOpenFileName ( http://msdn.microsoft.com/en-us/library/ms646927(VS.85).aspx ) to show the dialog.
     
    And this dialog has 32K size limited of the selected filenames.
     
    I think currently we can't do anythink on this issue.
     
    We just suggest the users do this way :
     
    1. select 200 files.
    2. while the file is being uploaded , select another files
    3. keep doing the #2 until all files be added into the queue.
     
    Regards,
    Terry
     
View Complete Thread