[CLOSED] Multiple File Upload

  1. #1

    [CLOSED] Multiple File Upload

    If I got it right in FileUploadField:
    id.HasFile checks if file exists
    createFolder("name") creates the folder "name"
    id.PostedFile.SaveAs(path) saves the file in the specific directory

    How I can do the same actions in MultiUpload?
    Last edited by fabricio.murta; Jan 27, 2017 at 5:55 AM.
  2. #2
    Hello @atroul!

    I'm not sure I get your question but in the multiupload field to get the file handle in code behind you just e.PostedFile. I don't think there's any path information submitted with multiupload, just the file name.

    You can experiment with this example: Multiupload - Grid. It has a MultiUpload1_FileUpload server side event that handles the uploaded file.

    I'm a little confuse also because you entitled the thread after "Multiple File Upload" and ask about actions in the MultiUpload component... but anyway, the example above shows how to deal with multiple uploads at once using the MultiUpload component, so it should cover your questions!

    Hope this helps!
    Fabrício Murta
    Developer & Support Expert
  3. #3
    Hello @atroul!

    It has been some time since we replied to this thread but still no feedback from you. Do you still need assistance with this issue?

    We're looking forward for your feedback!
    Fabrício Murta
    Developer & Support Expert
  4. #4
    Hello!
    No thank you mark it as closed!
  5. #5
    Thanks for the feedback! I hope you could make your page work the way you needed!
    Fabrício Murta
    Developer & Support Expert

Similar Threads

  1. [CLOSED] multiple file upload and file size at client side
    By mirwais in forum 1.x Legacy Premium Help
    Replies: 24
    Last Post: Dec 15, 2014, 5:44 AM
  2. [CLOSED] File select dialogue is not opening in Multiple File Upload
    By WHISHWORKS in forum 2.x Legacy Premium Help
    Replies: 4
    Last Post: Nov 22, 2013, 11:28 AM
  3. [CLOSED] Multiple File Upload in Ext.NET v2.1
    By JCarlosF in forum 2.x Legacy Premium Help
    Replies: 3
    Last Post: Jun 26, 2013, 12:13 AM
  4. [CLOSED] Multiple file support to upload in file upload control
    By legaldiscovery in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Feb 01, 2013, 9:41 AM
  5. Replies: 1
    Last Post: Jun 23, 2011, 9:37 AM

Posting Permissions