Monday, 29 December 2014

Upload file to xampp server android acts as a client

How to Start the XAMPP Server

  1. Start Terminal. Issue this command to go where XAMPP is installed
    cd /Applications/XAMPP/xamppfiles
  2. Issue the following command.  You have to use SUDO because this command needs root level privilege. Note that ./ is important. It indicates xampp is in the current folder
    SUDO ./xampp start
  3. Before running this create a folder uploads in htdocs which is inside xampp  
  4. SampleClient&Server 

1 comment:

  1. Appium training in Chennai
    We provide best appium training in Chennai with real time scenarios. For real time training reach us 8122241286 and become experts in appium.
    Appium training in chennai

    ReplyDelete

Pass a HashMap from Angular Client to Spring boot API

This example is for the case where fileData is very huge and in json format   let map = new Map<string, string>()      map.set(this.ge...