Gerald Hughes: I want to upload some files. If the file is smaller than 1gb, upload it entirely. If the file is bigger than 1gb, upload it as segments of maximum 1gb each. My code works corr… Read More
Reading a text file line by line in java can be done by using java.io.BufferedReader .Create a BufferedReader class by passing new FileReader(new File("filename")) object to it's constructor… Read More
In this blog, SAP PI UDF example is been provided for below functionalities:
To read file contents of a file from sap application directory,
here read only those files which names starts wit… Read More
Stephen Toth: When I run the code in eclipse it runs perfectly fine, but when i run it through the command line it has an error, I have looked around but could not find an answer that works… Read More
This note shows how to get the width and height of an image inside of an AngularJS controller with the help of ng-flow
library. First of all, you can get image dimensions by using the
Image… Read More
Here is an example of how you can get a Base64 encoded image using the
ng-flow for the image upload, for instance,
if you need to send the image in a JSON request. As you may have noticed, n… Read More
Hugs for everyone
It is Christmas. A time to give out love to all humanity. Even the ones you don’t really like. Christmas Hugs is a simple idea that you can use your browser and a we… Read More
Hi all,For quite some time, I wanted to return on my crash reporter, and on this article here.Actually, there are two things that I changed for my crash reporter :* First, I made it mor… Read More