16 lines
243 B
Plaintext
16 lines
243 B
Plaintext
@model FIT5032_Assignment.Models.ImageUploadForm
|
|
@{
|
|
Layout = "~/Views/Shared/_Layout.cshtml";
|
|
}
|
|
|
|
|
|
<h2>Upload image</h2>
|
|
|
|
<form method="post">
|
|
@ViewBag.appointment
|
|
</form>
|
|
|
|
@section Scripts {
|
|
@Scripts.Render("~/bundles/jqueryval")
|
|
}
|