Skip to content

Instantly share code, notes, and snippets.

@JaimeStill
JaimeStill / readme.md
Last active August 23, 2024 16:07
FormData Uploads in ASP.NET Core and Angular

Walkthrough Uploading FormData with Angular

For an example application that integrates this process, see my FullstackOverview repo on GitHub. The code in this example is taken directly from this app.

upload-demo

File Upload Component

This component allows you have a custom styled file upload element.

@pudelosha
pudelosha / modUtils.bas
Last active May 30, 2017 13:46
My VBA Functions
' ############################ FUNCTION / PROCEDURE LIST ############################
' ###################################################################################
'
' 1. ListNamedRanges
' The function lists all custom named ranges. It is possible to provide optional parameter so that the function checks if validated text string contains this value
' 2. ListPivotTableDataSources
' The procedures lists all pivot tables and their data sources
' 3. NamedRangeHeaders
' This function returns header names for particular named range
' 4. GetFilePath