mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
Update _filepicker.js
This commit is contained in:
parent
aac3992eb3
commit
03e546afcc
1 changed files with 4 additions and 5 deletions
|
|
@ -17,11 +17,10 @@ var CloudCommander, Util, DOM, $, filepicker;
|
|||
var lContent = pParams.data,
|
||||
lName = pParams.name;
|
||||
|
||||
filepicker.store(lContent, {filename: lName},
|
||||
function(new_fpfile){
|
||||
console.log(JSON.stringify(new_fpfile));
|
||||
}
|
||||
);
|
||||
filepicker.store(lContent, {filename: lName}, function(new_fpfile){
|
||||
console.log(new_fpfile);
|
||||
});
|
||||
|
||||
filepicker.pick(function(FPFile){
|
||||
console.log(FPFile.url);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue