PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → [WBXX] File Upload with HTML5 File API
[WBXX] File Upload with HTML5 File API
Iniciado por guest, 14,mar. 2015 18:13 - No hay respuesta
Publicado el 14,marzo 2015 - 18:13
Hi,

I am looking for a smart solution to replace the (flash) based upload control in webdev.
It looks like HTML5 has some possibilities to read files or better part of files from the local machine (HTML5 File API)
My idea is to split the file in chunks and use something like a webservice to transmit the pieces and after that the webservice put all together.

I am not so familar with javascript (and thats neccessary) ... Did anybody that before ?