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: lijiuning/jQuery-File-Upload.MVC3
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: maxpavlov/jQuery-File-Upload.MVC3
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.
  • 6 commits
  • 4 files changed
  • 2 contributors

Commits on Feb 4, 2014

  1. Removed Unecessary write to buffer

    Removed unnecessary write to the buffer since it sometimes causes out of memory exceptions and you can write the inputStream directly to the file.
    njfsilva committed Feb 4, 2014
    Configuration menu
    Copy the full SHA
    3cb405d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e51c08 View commit details
    Browse the repository at this point in the history
  3. Removed buffer use

    Sometimes it causes outOfMemoryException and there's no need to write to a separate buffer since you can copy the inputStream directly to the file.
    njfsilva committed Feb 4, 2014
    Configuration menu
    Copy the full SHA
    afd29ef View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2020

  1. Create LICENSE

    maxpavlov authored Jan 8, 2020
    Configuration menu
    Copy the full SHA
    70b29f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. Merge pull request maxpavlov#24 from njfsilva/patch-1

    Unnecessary buffers Patch
    maxpavlov authored Oct 4, 2020
    Configuration menu
    Copy the full SHA
    3acf4bc View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. Update README.md

    maxpavlov authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    c3eac38 View commit details
    Browse the repository at this point in the history
Loading