I need a help with upload a file to google storage(blobstore or google cloud storage), and i already did that send a message to server and then the server will response the message back. There are the code i alredy did a little bit below, could anyone help me how to upload a file to clound storage by using java application.
I dont use jsp or html as a upload interface, i design a simple javaGUI to upload a file when click a upload button.
I can not find any reference online, most of cases used jsp, html or php as a interface to upload a file.
i had some problem with code posted, so i put my code in the dropbox.
Server side: enter link description here
Client side: enter link description here