Results 1 to 2 of 2

Thread: File upload in modal

  1. #1
    Junior Member
    Join Date
    Feb 2016
    Posts
    3

    Question File upload inside modal

    Hi folks,

    for a project I use Bootstrap's modal to display a form which includes a file upload field
    After sending the from I tried to catch the posted data with PHP. The normal input fields are working, but var_dump($_FILES) returns NULL.
    If I open the page directly, the upload is working.
    Do you guys have any advices?
    Last edited by dows; 02-22-2016 at 07:08 AM. Reason: typo

  2. #2
    Junior Member
    Join Date
    Feb 2016
    Posts
    3
    No one? Nobody ever done this before?

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •