KShare/src/uploaders
Linkjay cc818bad1c
Add URL-Encoding to base64
Adding QByteArray::Base64UrlEncoding to the args of imgData.toBase64() will add better compatibility when sending it over to something like PHP or JS. Essentially, it replaces all spaces with - . You could also do QByteArray::Base64Encoding which will replace all spaces with + instead of -. However, the - tends to work better amongst other things.

Either one is better than nothing.
2018-02-25 12:07:59 -08:00
..
default Reformat code, fix a glitch with the drawing bar 2018-02-18 02:35:29 +01:00
customuploader.cpp Add URL-Encoding to base64 2018-02-25 12:07:59 -08:00
customuploader.hpp Organization Is Key To Success!!!! 2017-09-06 19:16:31 +02:00
uploader.hpp Organization Is Key To Success!!!! 2017-09-06 19:16:31 +02:00
uploadersingleton.cpp Reformat code, fix a glitch with the drawing bar 2018-02-18 02:35:29 +01:00
uploadersingleton.hpp Organization Is Key To Success!!!! 2017-09-06 19:16:31 +02:00