File upload - Dateien, Fotos und Notizen hochladen Application icon

File upload - Dateien, Fotos und Notizen hochladen 1.0.0

1 MB / 0+ Downloads / Rating 5.0 - 1 reviews


See previous versions

File upload - Dateien, Fotos und Notizen hochladen, developed and published by thomask, has released its latest version, 1.0.0, on 2019-03-05. This app falls under the Tools category on the Google Play Store and has achieved over 1 installs. It currently holds an overall rating of 5.0, based on 1 reviews.

File upload - Dateien, Fotos und Notizen hochladen APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.3+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: at.thomask.ulti

Updated: 6 years ago

Developer Name: thomask

Category: Tools

New features: Show more

Installation Instructions

This article outlines two straightforward methods for installing File upload - Dateien, Fotos und Notizen hochladen on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

Previous Versions

File upload - Dateien, Fotos und Notizen hochladen 1.0.0
2019-03-05 / 1 MB / Android 2.3+

About this app

Mit dem 'Upload tool for images' (ULTI) können Sie unkompliziert Dateien, Fotos und Notizen mit optionaler Kategorisierung auf Ihren Server hochladen.

Anwendungsfälle sind z.B. Bautagebuch, Ideensammlung, Projekttagebuch, Mangelerfassung, Zeitaufschreibung, Unfalldokumentation, Lagernotizen, Beweissicherung usw. Texteingabe über Google-Tastatur oder Google-Spracheingabe. Auswählen und hochladen von mehreren Fotos.

Die App ist übersichtlich und funktional gehalten, damit Sie sich auf das Wesentliche konzentrieren können.

Konfiguration bei erstem Start der App:
-> in der App rechts oben die Konfiguration öffnen
-> den Link zu Ihrem Verarbeitungsskript (siehe unten) eintragen, der Rest ist optional

Das IT-Unternehmen Ihres Vertauens kann mit folgender API Beschreibung das Verarbeitungsskript und ein Web-Frontend für Sie programmieren (damit Sie sich die gesendeten Fotos mit Kategorie und Notizen auf Ihrer Webseite in Ihrem geschützten Bereich ansehen und bearbeiten können; um Zeit und Geld zu sparen kann ein Beispiel-Verarbeitungsskript auch über mich bezogen werden):
1) die App sendet die Daten als FormData Objekt (multipart/form-data) mittels XHR POST
2) mit XHR POST übermittelte key/value pairs:
a) "key" => {String} optional in der App-Konfig eingegebenes Authentifizierungs-Passwort
b)"timestamp" => {Int} 13-stelliger UNIX-Timestamp (in Millisekunden) zum Zeitpunkt des Upload-Starts
c) "category" => {String} optional im Formular eingegebene Kategorie (kein Zeichenlimit)
d) "note" => {String} optional im Formular eingegebene Notiz/Beschreibung (kein Zeichenlimit)
e) "fileCount" => {Int} Anzahl der gesendeten Fotos
f) "file_i" => {Array} i gibt die lfd. Nummer der übermittelten Fotos an (z.B. "file_0", "file_1" bei 2 Fotos). Z.B. in PHP mittels Schleife durchlaufbar $_FILES["file_".$i]
3) an die App zu retournierendes JSON:
a) "ok" => {Int}: 1 wenn Verarbeitung und Speicherung im Skript OK, sonst 0
b) "fileName" => {String} Fotonamen die erfolgreich gespeichert wurden mit Komma getrennt (z.B. Foto1.jpg,Foto2.png,Foto3.jpg,...)
c) "info" => {String} individueller response-Text, der in der App für ein paar Sekunden angezeigt wird (z.B. Projekt X mit 3 Fotos gespeichert; Fotos überschreiten die maximal zulässige Größe; ...)

New features

Viel Spaß mit ULTI - upload tool for images. Beachten Sie die Beschreibung mit Nutzungshinweis.
-> Anzeige der optionalen Kategorieliste geändert