lazna
have web application utilizing cmd/batwrap scripting and looking for way to upload binary files.
As far as windows shell variables cant contain binary data, thingking about encoding file to BASE64 via javascript in browser forst, transport to server, save to file and than decode back.
Is there any better way to do this?