https://github.com/rM-self-serve/webinterface-upload-button
Upload button for the web interface, alternative to drag and drop. For the ReMarkable Tablet.
https://github.com/rM-self-serve/webinterface-upload-button
button remarkable remarkable-2 remarkable-tablet upload webinterface
Last synced: 6 months ago
JSON representation
Upload button for the web interface, alternative to drag and drop. For the ReMarkable Tablet.
- Host: GitHub
- URL: https://github.com/rM-self-serve/webinterface-upload-button
- Owner: rM-self-serve
- License: mit
- Created: 2023-01-26T23:27:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-01T18:24:03.000Z (10 months ago)
- Last Synced: 2024-11-13T18:34:10.850Z (6 months ago)
- Topics: button, remarkable, remarkable-2, remarkable-tablet, upload, webinterface
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 11
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-reMarkable - WebInterface-Upload-Button - Upload button for the web interface, alternative to drag and drop. (Device Tools / Launchers)
README

[](https://remarkable.com/store/remarkable)
[](https://remarkable.com/store/remarkable-2)
[](https://toltec-dev.org/)
[](https://discord.gg/ATqQGfu)# WebInterface-Upload-Button
Add a button that will open a file explorer window on your phone or computer and allow you to upload a file, for the ReMarkable Tablet's Web Interface. Alternative to drag and drop.### As of v3.12 the Web Interface has an import button, thus this program is no longer necessary.

## Install
**It is recommended to install via the [toltec package manager](https://toltec-dev.org/).**
### With toltec
```
$ opkg update
$ opkg install webinterface-upload-button
$ opkg remove webinterface-upload-button
```### No toltec
### Install
```$ wget https://raw.githubusercontent.com/rM-self-serve/webinterface-upload-button/master/install-webint-upldbtn.sh && bash install-webint-upldbtn.sh```
Then open http://10.11.99.1/
### Remove
```$ wget https://raw.githubusercontent.com/rM-self-serve/webinterface-upload-button/master/install-webint-upldbtn.sh && bash install-webint-upldbtn.sh remove```
---
### Thanks for 3.11 support
> [
](https://github.com/Scoder12)
