%-- 
    Document   : adddata
    Created on : Mar 22, 2017, 9:01:23 AM
    Author     : jbf
--%>
<%@page contentType="text/html" pageEncoding="UTF-8"%>
    
        
        HAPI Upload page
    
    
        This HAPI server allows data to be uploaded as well into the server.
        
        Here are some requests you can try:
        
            - wget -O Spectrum2.csv 'http://localhost:8080/HapiServerDemo/hapi/data?id=Spectrum&time.min=2016-01-01T00:00:00.000Z&time.max=2016-01-02T00:00:00.000Z'
            
- curl -T Spectrum2.csv 'http://localhost:8080/HapiServerDemo/hapi/data?id=Spectrum_new'
            
- wget -O Spectrum2.json 'http://localhost:8080/HapiServerDemo/hapi/info?id=Spectrum'
            
- curl -T Spectrum2.json 'http://localhost:8080/HapiServerDemo/hapi/info?id=Spectrum_new'