jQuery UI Widgets Forums Editors FileUpload Mulitple File Selection

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 7 years, 10 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Mulitple File Selection #89577

    Andrew
    Participant

    Hi,

    I am just reviewing the functionality of the File Upload widget. Is it possible to programmatically Add files to the list? I’m also assuming when the upload is initiated a [multipart/form-data] enctype is submitted under a Form Post action so there is no need to build the typical HTML Input type=’File’ Element? All I need to do is build the Server Side component to manage the file movement/s?

    Thanks,

    Andrew

    Mulitple File Selection #89580

    Dimitar
    Participant

    Hi Andrew,

    1. Unfortunately, files for upload cannot be added programmatically in jqxFileUpload.
    2. You are correct. The jqxFileUpload widget has internal form and input type=”file”. We have tutorials on using jqxFileUpload with various server-side environments. You can find these in the Documentation page, in the PHP Integration, ASP .NET Integration and Java Integration sections respectively.

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.