Upload Shares
Upload-only shares allow users to upload files to a specific location without viewing or accessing existing content.
What Upload Shares Include
Upload shares provide:
- ✅ File upload capability - Users can upload files and folders
- ✅ Upload progress indication - Real-time upload progress
- ✅ Upload confirmation - Success/error feedback
Upload shares do not provide:
- ❌ File browsing - Cannot see existing files
- ❌ File viewing - Cannot preview or open files
- ❌ Downloading - Cannot download any files
- ❌ Directory visibility - Cannot see folder structure
Upload shares are perfect for collecting submissions where privacy between uploaders is important.
How to Create an Upload Share
- Navigate to the destination directory where uploads should be stored
- Click the Share button in the actions menu
- Set Share Type to
Upload only
- Configure your desired options
- Click Share to generate the link
- Copy and share the upload URL with your users
Available Options
Upload shares support most common options:
Basic Settings
Duration before the share expires. Leave blank for a permanent share.
Optional password required to access this upload portal.
Access Control
Only authenticated users can access the share. The user must have access to the source of the share.
Only the specified users can access the share. The user must have access to the source of the share.
Branding
Custom page title shown on the share page.
Short description shown on the share page.
CSS color value applied to the share's theme.
Banner displayed at the top of the upload page.
Options NOT Available
These normal share options do not apply to upload shares because there is no viewing/downloading:
Configuration Examples
Basic Upload Portal
Simple upload portal with 7-day expiration:
Basic homework submission portal
Authenticated Upload Only
Require users to be logged in:
Internal employee upload
- ☑ Disable anonymous access
Specific Users Only
Restrict uploads to specific usernames:
Student group project submission
Password Protected Upload
Require password for upload access:
Secure file collection
Branded Upload Portal
Custom branding for professional appearance:
Professional submission portal
<h3>Assignment Due: Friday</h3>
#0066cc
Event Photo Collection
Collect photos from event participants:
Company event photo upload
<h2>📸 Company Event 2025</h2>
<p>Upload your photos here!</p>
#28a745
Complete Secure Example
Full configuration with all security options:
Secure project submission
- ☐ Anonymous access allowed
- ☑ Keep after expiration
- Title: "Project Submission"
- Description: "Upload your project files"
- Banner: "Maximum file size: 100MB per file"
- Theme: #6c757d
Common Use Cases
Homework/Assignment Submissions
Configuration: Upload share + expiration + optional password
Privacy: Students cannot see each other's work
Resume/Application Collection
Configuration: Permanent upload share + professional branding
Privacy: Applicants cannot view other applications
Event Photo Gathering
Configuration: Upload share + gallery theme + 30-day expiration
Privacy: Participants can't see others' photos
Client File Submissions
Configuration: Password-protected upload + brand customization
Security: Password + optional user restrictions
Anonymous Feedback with Attachments
Configuration: Upload share with anonymous access enabled
Privacy: Complete anonymity for submitters
Contest/Competition Entries
Configuration: Upload share + expiration at contest deadline
Fairness: Entries remain private until judging
Public Access URL
Upload shares are accessible via:
https://your-domain.com/public/share/{hash}
Users see a clean upload interface with your custom branding but cannot browse, view, or download existing files.
Security Best Practices
1. Set Expiration Dates
Example: Set 7-day expiration for weekly homework submissions
2. Use Password Protection
Example: Share password separately via email or in class
3. Limit to Specific Users
Example: Use
allowedUsernames
for internal submissions4. Require Authentication
Example: Enable
disableAnonymous
for accountability5. Use Custom Instructions
Example: Banner with "Maximum file size: 100MB, PDF only"
Tips and Best Practices
💡 Clear Instructions: Use the banner to provide upload guidelines (file types, size limits, naming conventions)
💡 Set Expectations: Include deadline information in the title or description
💡 Professional Appearance: Use custom branding for client-facing portals
💡 Privacy Assurance: Remind users that their uploads are private in the description
💡 Track Submissions: Use authenticated access for accountability
💡 Temporary Links: Set expiration dates for time-sensitive submissions
Next Steps
- Normal shares - Create viewing/downloading shares
- Common options - Options available to all share types
- Customization - Brand your shares with colors and logos