-
现在点击文件上传按钮,图片就直接提交了,然后从服务器端得到图片地址,显示图片。
应该在图片上传到服务器之前,实现图片预览功能。
-
$(function() {
}).ready(function() {
$('#leakBlackList').next().append('');
});
function readAsText() {
console.log('a')
var file = document.getElementById('uploadfile').files[0];
va…
-
so it seems safari doesn't support loading files yet (chrome does)
for example:
works on chrome: http://stackoverflow.com/questions/3146483/html5-file-api-read-as-text-and-binary
fails on safari
an…
-
Hi
Loading a JSON schema to create a form is well described but I'm having a hard time trying to figure how to load existing data in the form (from an array or JSON file localized on the web server h…
-
would need special security / plugin mind you though. Might require a new page?
Or maybe we could add a gofabric8 command on the CLI which posted details of the currrent context to the go.fabric8.io …
-
readAsBinaryString() returns this for an example jpeg file:
```
"X`"
```
glebm updated
11 years ago
-
I cannot upload apps using the current Safari on Mac OS X. Details:
I'm on http://app-inventor-gallery.appspot.com/ . When I attempt to upload image 1, after choosing the file, I get an error popup…
-
Today I patched together [an image uploader for ContentTools hat uses Data URIs ](https://gist.github.com/Qqwy/7d3022c3a622f5361eba), which was what seems to be the best solution to the image uploadin…
-
Please provide documentation, something like that here
https://github.com/moxiecode/plupload2/blob/master/examples/custom.html
to indicate how to use this library.
-
I've done a code review of current develop branch, and the [pull request for step 2](https://github.com/openspending/os-import/pull/29).
In general, pretty much all logic is available only as methods…