Gary Yong Gee Photo Sharing

Simple, secure way to share your orchid photos and information

1

Upload Your Photos

Just drag and drop your orchid photos here, or click to select files

Drag photos here or click to browse

Supports JPG, PNG, HEIC • Any number of photos • No size limits

2

Add Information (Optional)

3

Send to Orchid Continuum

Your photos and information will be sent securely to our research team

Alternative Ways to Share

Email Photos Directly

Email: research@orchidcontinuum.com

Attach photos and include any information about species, location, growing conditions

API Integration (For Developers)

API Key: gary_orchid_continuum_2025

Bulk Upload Endpoint: /api/gary-bulk-upload

For automated uploads from your systems - include API key in headers

Share via Google Drive/Dropbox

Large Collections: Share folder link via email

Perfect for large photo collections - just organize by species/location

Example Python Script
import requests
files = {'photo_0': open('orchid1.jpg', 'rb')}
headers = {'X-API-Key': 'gary_orchid_continuum_2025'}
r = requests.post('/api/gary-bulk-upload', 
                 files=files, headers=headers)