Saturday, 7 September 2013

Uploading base64 String via RPC or FormUpload

Uploading base64 String via RPC or FormUpload

I really don't have the code right now to convert the base64 String to
data URI form that my web app generates.
And being a GWT app, I can just upload the base64 String via RPC my
question would be is there any advantage on having to convert the base64
String to a data URI then do a Form upload? Or sending base64 String
through RPC?
If I send the base64 String via RPC will there be any problems?

No comments:

Post a Comment