upload

  1. maksvel

    File upload not working

    I picked up some simple PHP code from Internet. There is a html page where you select a file and then submit it to a simple php script that should save it in a folder. (The folder is /files, it is inside html, with all rights granted). Unfortunately the $FILES superglobal is empty. I did try to...
  2. L

    Example vhost - Getting upload progress bar to work

    In the Example vhost you have a pop-up that let's us test file upload capabilities. The upload itself works fine but I cannot get the progress bar to work. I get the error: "ERROR -- uploadProgress module not enabled?" At first I thought this had to do with the uploadprogress module for PHP...
Top