> ## Documentation Index
> Fetch the complete documentation index at: https://help.hubsy.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# Fast Uploads

> Upload files instantly with optimized infrastructure

## Upload Files Quickly

Hubsy Cloud provides lightning-fast file uploads with our optimized infrastructure. Whether you're uploading a single document or hundreds of files, we make it fast and easy.

## Upload Methods

<CardGroup cols={2}>
  <Card title="Drag & Drop" icon="hand-pointer">
    Simply drag files from your desktop and drop them into Hubsy Cloud
  </Card>

  <Card title="Browse Files" icon="folder-open">
    Click the upload button to browse and select files from your computer
  </Card>

  <Card title="Folder Upload" icon="folder-tree">
    Upload entire folders while preserving the folder structure
  </Card>

  <Card title="Mobile Upload" icon="mobile">
    Upload photos and files directly from your mobile device
  </Card>
</CardGroup>

## Supported File Types

Hubsy Cloud supports all file types, including:

* **Documents**: PDF, DOC, DOCX, TXT, RTF
* **Images**: JPG, PNG, GIF, SVG, WebP
* **Videos**: MP4, AVI, MOV, WMV
* **Audio**: MP3, WAV, FLAC, AAC
* **Archives**: ZIP, RAR, 7Z, TAR
* **Code**: JS, PY, HTML, CSS, JSON
* **And more**: Any file type up to your storage limit

<Note>
  Individual file size limits depend on your plan:

  * Free: Up to 100 MB per file
  * Pro: Up to 5 GB per file
  * Enterprise: Up to 10 GB per file
</Note>

## Upload Features

### Batch Upload

Upload multiple files at once:

1. Select multiple files using Ctrl/Cmd + Click
2. Or drag and drop multiple files together
3. All files upload in parallel for maximum speed

### Resume Uploads

Network interruption? No problem:

* Large uploads automatically resume if interrupted
* No need to start over
* Progress is saved automatically

### Upload Progress

Track your uploads in real-time:

* Progress bar shows upload percentage
* Time remaining estimate
* Cancel uploads if needed
* Notifications when uploads complete

## Best Practices

<AccordionGroup>
  <Accordion title="Organize Before Uploading" icon="folder">
    * Create folders before uploading
    * Name files descriptively
    * Group related files together
  </Accordion>

  <Accordion title="Optimize File Sizes" icon="compress">
    * Compress large files before uploading
    * Use appropriate quality for images/videos
    * Archive multiple files into ZIP for easier management
  </Accordion>

  <Accordion title="Use Folder Upload" icon="folder-tree">
    * Maintain your folder structure
    * Upload entire projects at once
    * Saves time vs. uploading files individually
  </Accordion>
</AccordionGroup>

## Troubleshooting

<AccordionGroup>
  <Accordion title="Upload is slow" icon="hourglass">
    * Check your internet connection speed
    * Try uploading during off-peak hours
    * Close other applications using bandwidth
    * Consider compressing large files
  </Accordion>

  <Accordion title="Upload failed" icon="circle-xmark">
    * Verify file size is within plan limits
    * Check available storage space
    * Ensure stable internet connection
    * Try uploading again (resume feature will help)
  </Accordion>

  <Accordion title="File type not supported" icon="file-slash">
    All file types are supported! If you encounter issues:

    * Try renaming the file
    * Compress it into a ZIP file
    * Contact support if the issue persists
  </Accordion>
</AccordionGroup>

## Next Steps

<CardGroup cols={2}>
  <Card title="Organize Files" icon="folder" href="/guides/file-management">
    Learn how to organize your uploaded files
  </Card>

  <Card title="Share Files" icon="share-nodes" href="/features/sharing">
    Share your uploaded files with others
  </Card>
</CardGroup>
