'onSelect' : function(file) {$('.msg-create').addClass('width-70'); alert('The file was saved to: ' + file); fileName =
... [Show More]
"name";
Scriptolution.messages.remove_attachment(); Scriptolution.messages.show_progress(); Scriptolution.messages.remove_tos(); },
'onError' : Scriptolution.messages.hide_progress,
'onCancel' : function() {$('.msg-create').removeClass('width-70'); Scriptolution.messages.hide_progress(); Scriptolution.messages.show_tos(); }
});
'onSelect': function(file) {
var k = truncateFile_name(file.name, "6", "6"); return false; alert (fileName);
...
[Show Less]