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

getFileData method doesn't load at all, #4

Closed
veereshi opened this issue Apr 8, 2015 · 3 comments
Closed

getFileData method doesn't load at all, #4

veereshi opened this issue Apr 8, 2015 · 3 comments

Comments

@veereshi
Copy link

veereshi commented Apr 8, 2015

var Flash = {
/* Flash.getFileData() is called after the file has been read /
getFileData: function(base64) {
showResult(base64)
},
/
getButtonLabel() permits to define another label for the "Load a file" button in the Flash version */
getButtonLabel: function() {
return "Load a file";
}
};

function showResult(b) {
$('#file-result').text(b)
}

unable to get binary data on showresult function

below reference added to code:
swfobject.embedSWF("../Content/FileToDataURI.swf", "file-object", "200px", "90px", "10", "../Content/expressInstall.swf", {}, {}, {});//}

and below 3 files are refereed;
Content/FileToDataURI.swf
../Content/expressInstall.swf
../Scripts/swfobject.js" refered as javascript link in page

@veereshi veereshi changed the title getFileData doesn't load, getFileData method doesn't load at all, Apr 8, 2015
@Aymkdn
Copy link
Owner

Aymkdn commented Apr 8, 2015

You'll have to provide more information....

Is the demo working for you : https://aymkdn.github.io/FileToDataURI/ ?
Which browser do you use ?
Do you have a link where I can test it ?
Any other info ?

@Aymkdn
Copy link
Owner

Aymkdn commented Jan 26, 2016

No answer, so I'm closing it.

@Aymkdn Aymkdn closed this as completed Jan 26, 2016
@veereshi
Copy link
Author

IE8

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants