Skip to content

Instantly share code, notes, and snippets.

View Postlagerkarte's full-sized avatar

Postlagerkarte Postlagerkarte

View GitHub Profile
using Microsoft.AspNetCore.Http;
using Microsoft.Azure.Storage;
using Microsoft.Azure.Storage.Blob;
using Microsoft.Extensions.Caching.Memory;
using Newtonsoft.Json;
using System;
using System.Collections.Generic;
using System.Diagnostics.Eventing.Reader;
using System.IO;
using System.Linq;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Text;
using System.Linq;
namespace ConsoleApp1
{
public class Test1
{
@page "/"
@using System.Diagnostics;
<div @onmousedown="OnMouseDown">
<h1>Hello, world!</h1>
Welcome to your new app.
</div>
@page "/"
@namespace BlazorApp14.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>BlazorApp14</title>
const mode = process.env.NODE_ENV || "development";
const MiniCssExtractPlugin = require('mini-css-extract-plugin');
const entry = {
"global": "./src/js/global.js",
"uploadzone": "./src/js/uploadzone/uploadzone.js",
"resultzone": "./src/js/resultzone/resultzone.js"
};
@import '~bootstrap/dist/css/bootstrap.css';
@import '~dragula/dist/dragula.css';
.rowme {
background: #f8f9fa;
margin-top: 20px;
}
.colme {
border: solid 1px #6c757d;
import { Core, Dashboard, XHRUpload } from 'uppy';
var uppy = Core()
.use(Dashboard, {
inline: true,
allowMultipleUploads: false,
target: '#drag-drop-area'
})
.use(XHRUpload,