mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-04 22:17:34 +00:00
add todos
This commit is contained in:
parent
a1c024bfe2
commit
4df5f19bd6
2 changed files with 3 additions and 0 deletions
|
|
@ -12,6 +12,7 @@ $.fn.imageUpload = function() {
|
|||
|
||||
input.onchange = function(e) {
|
||||
var reader = new FileReader()
|
||||
// TODO: implement file size check
|
||||
reader.readAsArrayBuffer(e.target.files[0]);
|
||||
reader.onload = function(e) {
|
||||
$.ajax({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue