Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

uploadcare/uploadcare-bower

Repository files navigation

DEPRECATED! Bower is no longer supported

Please consider using another installation method. See our docs for details.

Uploadcare Widget

Uploadcare is an PaaS for file uploads, cloud storage and on-the-fly image transformations.

This package contains compiled version of the widget.

Files

Uploadcare library, requiring jQuery as a dependency:

  • uploadcare.js
  • uploadcare.min.js

Standalone Uploadcare library with no external dependences:

  • uploadcare.full.js
  • uploadcare.full.min.js

How to use it

Add following code to header of your web page:

<script>
    // Widget settings
    UPLOADCARE_PUBLIC_KEY = 'your_public_key';
</script>
<script src="/bower_components/jquery/jquery.js" charset="utf-8"></script>
<script src="/bower_components/uploadcare/uploadcare.min.js" charset="utf-8"></script>

Add the tag in the place where widget needs to be displayed:

<input type="hidden" role="uploadcare-uploader">

For more info, see Documentation

About

Bower package source for Uploadcare widget

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published