Quick start
When building a website or an app, you’ll need to handle uploading, storing, processing, and delivering various files, either from you, or from your users. We have various uploading methods, a few storage options, an API to manage files, and a CDN with on-the-fly processing capabilities. Everything is compliant with numerous international regulations.
In this quickstart we’ll show you our File Uploader and image processing operations. We will also cover the rest of our features at the end of this article.
Step 1. Uploading
Installation and configuration
You can either install File Uploader from CDN, or via NPM.
NPM
CDN
File Uploader can be presented in a few ways, e.g. regularly, inline or minimalistic.
Regular File Uploader:
Where uc-config
is a configuration block, and uc-file-uploader-regular
is a File Uploader block.
ctx-name
attribute is used to wire up the configuration block with the File Uploader block.
To dive further, check out configuration guide.
Here you can find examples how to integrate it into your stack of choice:
Step 2. Storage & CDN
Once a file is uploaded, it goes to your Uploadcare storage and instantly becomes available on CDN.
(By default, Upload API doesn’t store the files forever. There is a 24-hour window when you should decide whether to store uploaded files or not. But all of our official libraries, including File Uploader, inherit the auto-store setting from your project, where it’s set to ON by default. You can read more about storage behavior).
You can get the UUID of the uploaded files immediately on upload. For example:
Please refer to the Events page to view the complete list of available events.
We recommend saving UUIDs instead of CDN URLs because this will let you process these files easier later on.
Step 3. Processing
You can add image processing operations by including directives in the CDN URL:
Imagine you’re building a service with a lot of street photos:
- You’ll need to optimize the size and quality of the images for page load time.
- You’ll have to blur the faces on the photos to comply with privacy laws.
- You’ll want to add your watermark to every picture.
Construct the value of the image src
attribute template, adding the operations
you pick, and use this template for every street photo in your project:
See the full list of image processing operations.
More features
- Lear more about uploading files options.
- Integrate Uploadcare into your mobile app with native SDKs.
- Implement secure workflows for uploading and delivering files.
- Fetch and deliver remote files without explicitly uploading files.
- Add arbitrary metadata, remove image background, recognize objects, process videos, convert documents, and detect viruses.
- Explore project settings.
- Migrate your files to Uploadcare.