Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: klaalo/jQuery-File-Upload-Java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: paolobiavati/jQuery-File-Upload-Java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 13, 2012

  1. Update src/info/sudr/file/UploadServlet.java

    1) init() method: 
    I fixed a bug (?) in the init() to the fileUploadPath  initialization.
    In my localhost execution the item.write(file); in doPost method throwed an exception.
    Now with the correct realPath it's ok.
    
    2) doGet() method
    In the doGet method I add the feature to list all the uploaded files, already uploaded in the uploadedFolder.
    paolobiavati committed Sep 13, 2012
    Configuration menu
    Copy the full SHA
    0adf607 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2012

  1. Update src/info/sudr/file/UploadServlet.java

    manage other parameters from form input fields or formData option
    see documentation : https://github.com/blueimp/jQuery-File-Upload/wiki/How-to-submit-additional-Form-Data
    paolobiavati committed Sep 15, 2012
    Configuration menu
    Copy the full SHA
    6c1ea4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e40c382 View commit details
    Browse the repository at this point in the history
Loading