Subscribe to:
Post Comments (Atom)
-
function handlePhoto(evt) { var file = evt.target.files[0]; var FR = new FileReader(); var img = new Image(); v...
-
public void upload(String boundary,string filename,boolean file_body) { String header = '--' + boundary + '\r\n' +...
-
The think which we gonna need is; 1. Heroku login 2. Git respository 3. Amazon developer account We will use command promt for develop...
No comments:
Post a Comment