jQuery UI Widgets Forums Angular jqxFileUpload with node.js express

This topic contains 1 reply, has 2 voices, and was last updated by  Martin 5 years, 11 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • jqxFileUpload with node.js express #103109

    leonardo
    Participant

    Hi,
    I am using angular jqxFileUpload. The demo only shows [uploadUrl]=”‘upload.php'”.
    I am using node.JS express. I wonder how can I get the uploaded file and pass params at the same time. Can anyone show me an example?
    I can not find anything online.

    Leo

    jqxFileUpload with node.js express #103142

    Martin
    Participant

    Hello Leo,

    There is no build-in functionality for this.
    As a workaround, I would suggest you to change the action attribute of the form element by adding the needed params
    as query parameters before uploading the file.
    Here is an Example on how you can do it.

    Best Regards,
    Martin

    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.