AcceptJSON_RUS model
This commit is contained in:
@ -1,25 +0,0 @@
|
||||
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Select the file with CSV to upload and parsing.</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<form action="./AcceptJSON" method="post" enctype="multipart/form-data">
|
||||
Select CSV UTF-8 file to upload and export:
|
||||
<input type="file" name="file" id="fileToUpload"><br>
|
||||
<input type="submit" value="Upload" name="submit">
|
||||
</form>
|
||||
<br><br>
|
||||
|
||||
${PreviewTable}
|
||||
|
||||
<!--br><br><br>
|
||||
<textarea style="width: 1000px;height: 1000px;">${PreviewGEOJSON}</textarea>
|
||||
<br><br><br>
|
||||
<textarea style="width: 1400px;height: 1000px;">${PreviewSQL}</textarea-->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user