Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

Commit

Permalink
feat(js/uploader.basic.js): #784 - session option
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Nicholus committed Dec 18, 2013
1 parent 81b1dcc commit b0cba46
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion client/js/uploader.basic.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,14 @@
// contain an invisible `<input type="file">` created by Fine Uploader.
// Optional properties of each object include `multiple`, `validation`,
// and `folders`.
extraButtons: []
extraButtons: [],

// Depends on the session module. Used to query the server for an initial file list
// during initialization and optionally after a `reset`.
session: {
endpoint: null,
refreshOnReset: true
}
};

// Replace any default options with user defined ones
Expand Down

0 comments on commit b0cba46

Please sign in to comment.