Skip to content

Instantly share code, notes, and snippets.

View jrmackie's full-sized avatar

james jrmackie

  • Borehamwood
View GitHub Profile
@jrmackie
jrmackie / about.ejs
Created April 27, 2017 13:40
hello everyone, im new to node express mongo. the problem im facing is after posting my form i should be redirected back to root but insted i get a 404 can someone help
<!-- views/pages/about.ejs -->
<!DOCTYPE html>
<html lang="en">
<head>
<% include ./partials/head %>
</head>
<body class="container">
<header>
@model IEnumerable<MvcFileUploadToDB.Models.FileUploadDBModel>
@{
ViewBag.Title = "Index";
}
<h2>Index</h2>
<p>
@Html.ActionLink("Upload New", "Index")