jQuery UI Widgets Forums Getting Started jqxFileUpload

This topic contains 2 replies, has 2 voices, and was last updated by  atomic 6 years, 10 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • jqxFileUpload #96981

    atomic
    Participant

    Hi guys,

    <div id="jqxFileUpload"></div>
     $('#jqxFileUpload').jqxFileUpload({ width: 300, uploadUrl: "app/ManageCases/ManageCases.php", fileInputName: 'fileToUpload' });

    In this simple code I am not getting $_FILES in app/ManageCases/ManageCases.php, what is wrong here??
    thanks

    jqxFileUpload #96988

    Dimitar
    Participant

    Hi atomic,

    The code you provided seems correct. Perhaps the source of the issue originates in the server-side code. We recommend you take a look at our help topic on the matter, Upload files with jqxFileUpload to PHP service. Please also make sure you are using the latest version of jQWidgets (5.4.0).

    If the issue persists, please share more information about your code and the way you are using jqxFileUpload.

    Best Regards,
    Dimitar

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

    jqxFileUpload #96991

    atomic
    Participant

    Hi Dimitar,
    Thanks fo reply.
    Everything is ok with jqxFileUpload, it was my mistake. In php.ini you have to change

    file_uploads = On
    post_max_size = 100M
    upload_max_filesize = 100M

    My post_max_size was set to 8M so global variable was not set on upload, since my upload file was cca 13MB
    Sorry for disturbing..
    Cheers

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

You must be logged in to reply to this topic.