View previous topic :: View next topic |
Author |
Message |
lazna -
Joined: 16 Aug 2015 Posts: 52
|
Posted: Sun May 08, 2022 10:54 am Post subject: binary file upload to CMD/batwrap script |
|
|
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? |
|
Back to top |
|
|
admin Site Admin
Joined: 03 Mar 2002 Posts: 1310
|
Posted: Thu May 12, 2022 11:27 pm Post subject: Re: binary file upload to CMD/batwrap script |
|
|
lazna,
A proper scripting language such as PHP is way more adapted and less risky for that task. _________________ Follow @abyssws on Twitter
Subscribe to our newsletter
_________________
Forum Administrator
Aprelium - https://aprelium.com |
|
Back to top |
|
|
|