AnonymousPhotoBin

所属分类:图形图象
开发工具:C#
文件大小:0KB
下载次数:0
上传日期:2024-03-08 20:26:12
上 传 者sh-1993
说明:  Web应用程序,允许用户匿名将照片和视频上传到中心位置,稍后进行排序
(Web app to let users anonymously upload photos and videos to a central location to be sorted later)

文件列表:
AnonymousPhotoBin/
AnonymousPhotoBin.sln
COPYING.txt

# Anonymous Photo Bin https://github.com/IsaacSchemm/AnonymousPhotoBin This is a web app (ASP.NET Core) designed for a group of people to easily upload photos to a central location without logging in. All they need to know is the URL. Anonymous Photo Bin is designed to be used for a short period of time (e.g. during a weeklong event.) After the event is over, an administrator can sort and download the pictures, and then shut down the website. ## Deploying on Azure To use this app, you have to deploy it yourself. The most straightforward way is by creating a Microsoft Azure account. 1. Create a Microsoft SQL database. A Basic database should be fine, because it's only storing metadata about the uploaded files. 2. Create a web app. Give it a URL that's hard to guess or hit on by accident. Anyone with the URL will be able to upload files. 3. Set up an Azure storage account. This will be used for blob storage - it will hold the actual data of the uploaded files. 4. Set up the application settings: a. FileManagementPassword (app setting) b. SqlConnectionString (SQL connection string) c. AzureStorageConnectionString (Azure storage connection string) Users will need to enter the FileManagementPassword to view the "list" page and to edit or delete uploaded files. However, note that the URLs to download pictures are *not* password-protected (although they each contain a randomly generated GUID).

近期下载者

相关文件


收藏者