call activity from javascript using post method
hi
how can I call activity from javascript using post method.
I used httpRequestAsynch(oSafeURL.toURL()) but I get an error because of big sized data.
example like this oSafeURL.put("StringInBase64" , FileAsBase64String);
FileAsBase64String parameter is below picture
how can I send this data to activity as parameter.