forked from prateekj117/sih-2019
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
51 additions
and
3 deletions.
There are no files selected for viewing
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<!doctype html> | ||
<title>Upload new File</title> | ||
<h1>Upload new File</h1> | ||
<form method=post enctype=multipart/form-data> | ||
<p><input type=file name=file> | ||
<input type=submit value=Upload> | ||
|
||
<br> | ||
<select name="options"> | ||
<option value="" disabled="disabled" selected="selected">Please select a name</option> | ||
<option value="Aggregate_economic_activities">Aggregate economic activities</option> | ||
<option value="Aggregate_national_accounts">Aggregate national accounts</option> | ||
<option value="GVA_sectors">GVA sectors</option> | ||
<option value="GVA_time_series">GVA time series</option> | ||
<option value="Household">Household</option> | ||
</select> | ||
</form> |