Ok that's a start if using WEB GET BODY PART will get the "chunks" and I can
then reconstruct the file (I am assuming that is how it works).

I'll b echeking for libraries that will allow me to implemnt chuncked
uploads. Thanks for your acknowledgement that you have had success doing
this. 

 

4D Tech mailing list wrote
> I'm not sure if I understand your environment in which you would do that
> file upload. As I mentioned before, I did some little testing with chunked
> uploads using a web browser as a client and there a javascript library. At
> the server side I use WEB GET BODY PART in conjunction with WEB Get body
> part count. I was able to upload file up to 4 GB.
> 
> It looks really simple:
> 
>       For ($index;1;WEB Get body part count)
>               
>               WEB GET BODY PART($index;$MimeBody;$name;$mimeType;$filename)
>               
>               // do something with the chunk received in $MimeBody
> 
>       End for
> 
> If you use another client than a web browser you have to mimic the
> appropriate request. Using 4D as a client shouldn't be a problem. Simply
> use HTTP Request and build appropriate headers and body. 
> 
> Regards
> Lutz
> 
> 
> 
> 
> **********************************************************************
> 4D Internet Users Group (4D iNUG)
> Archive:  http://lists.4d.com/archives.html
> Options: https://lists.4d.com/mailman/options/4d_tech
> Unsub:  mailto:

> 4D_Tech-Unsubscribe@.4D

> **********************************************************************





-----
Jim Labos - infobase
--
Sent from: http://4d.1045681.n5.nabble.com/4D-Tech-f1376241.html
**********************************************************************
4D Internet Users Group (4D iNUG)
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**********************************************************************

Reply via email to