Showing
2 changed files
with
16 additions
and
0 deletions
@@ -27,3 +27,12 @@ werden bei dem die Verzeichnisse mit den ersten Zeichen des Hashs beginnnen. | @@ -27,3 +27,12 @@ werden bei dem die Verzeichnisse mit den ersten Zeichen des Hashs beginnnen. | ||
27 | 27 | ||
28 | Weitere Metainformationen wie Dateiname, Mime-Type, etc. werden in der | 28 | Weitere Metainformationen wie Dateiname, Mime-Type, etc. werden in der |
29 | Datenbank gespeichert. | 29 | Datenbank gespeichert. |
30 | + | ||
31 | +Die ausgelieferten Bilder sollen eine steganographisch eingebettet Copyright | ||
32 | +Information enthalten oder aber mit einem Wassermark versehen sein. Es gibt | ||
33 | +ein rust crate steganography das für die erste Anwendung geeignet scheint. | ||
34 | +Für die zweite Anwendung ist evtl. photon_rs geeignet. | ||
35 | + | ||
36 | +Uploads ueber die fetch API koennen zur Zeit scheinbar nicht wirklich einen | ||
37 | +Progressbar haben. Daher werde ich wohl einen spinner anzeigen und dann Error | ||
38 | +oder Ok... |
@@ -26,3 +26,10 @@ | @@ -26,3 +26,10 @@ | ||
26 | ## HTML5 file upload | 26 | ## HTML5 file upload |
27 | [Pure HTML5 file upload](https://www.script-tutorials.com/pure-html5-file-upload/, 'Pure HTML5 file upload') | 27 | [Pure HTML5 file upload](https://www.script-tutorials.com/pure-html5-file-upload/, 'Pure HTML5 file upload') |
28 | [HTML5 File Upload Example](https://www.webcodegeeks.com/html5/html5-file-upload-example/, 'HTML5 File Upload Example') | 28 | [HTML5 File Upload Example](https://www.webcodegeeks.com/html5/html5-file-upload-example/, 'HTML5 File Upload Example') |
29 | +[How to upload files on the server using Fetch API](https://attacomsian.com/blog/uploading-files-using-fetch-api, 'How to upload files on the server using Fetch API') | ||
30 | +[Stackoverflow 1](https://stackoverflow.com/questions/36453950/upload-file-with-fetch-api-in-javascript-and-show-progress 'Stackoverflow 1') | ||
31 | +[GitHub Fetch Issues](https://github.com/github/fetch/issues/89 'GitHub Fetch Issues') | ||
32 | + | ||
33 | +## CSS spinner... | ||
34 | +[How to Create Loading Spinner With CSS](https://www.w3docs.com/snippets/css/how-to-create-loading-spinner-with-css.html 'How to Create Loading Spinner With CSS') | ||
35 | +[Loading.io - Pure CSS Loader](https://loading.io/css/ 'Loading.io - Pure CSS Loader') |
Please
register
or
login
to post a comment