Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename the uploader #972

Merged
merged 6 commits into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Uploadcare Widget development guide
# jQuery File Uploader development guide

Clone the repository.

Expand Down
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
# Uploadcare Widget
# Uploadcare jQuery File Uploader

## ⚠️ Deprecation alert

**This package is deprecated. Please use the new [Uploadcare File Uploader](https://github.com/uploadcare/file-uploader?tab=readme) for the latest updates and improvements.**

---

<a href="https://uploadcare.com/?utm_source=github&utm_campaign=uploadcare-widget">
<img align="right" width="64" height="64"
src="https://ucarecdn.com/2f4864b7-ed0e-4411-965b-8148623aa680/uploadcare-logo-mark.svg"
alt="">
</a>

Uploadcare Widget is an HTML5 file uploader, a part of the [Uploadcare][uc-home]
jQuery File Uploader is a part of the [Uploadcare][uc-home]
file handling platform.

[![NPM version][badge-npm-img]][badge-npm-url]
Expand All @@ -29,7 +35,7 @@ The widget features:
Django, Ruby on Rails, Angular, and more.
* 20+ languages, [learn more][uc-docs-widget-locales].

We provide the file uploader as a typical JavaScript library; it can be easily
We provide the uploading widget as a typical JavaScript library; it can be easily
embedded in your site.

Using the older `2.x` version? Check out the stuff under the
Expand Down Expand Up @@ -114,7 +120,7 @@ import uploadcare from 'uploadcare-widget'
### CDN

Embed our client library via the `<script>` tag in the `<head>`
section of each page where you’d like to use Uploadcare Widget.
section of each page where you’d like to use the uploading widget.
Here is the CDN link to the current widget version with built-in jQuery,

```html
Expand Down Expand Up @@ -172,13 +178,13 @@ upload is in progress. This can be a real time saver.
### Usage with React

Check out our [React component](https://github.com/uploadcare/react-widget/)
for Uploadcare Widget.
for jQuery File Uploader.

### Usage with Angular

Check out our
[Angular 2+ wrapper](https://www.npmjs.com/package/ngx-uploadcare-widget) for
Uploadcare Widget.
jQuery File Uploader.

[angular-uploadcare](https://github.com/uploadcare/angular-uploadcare) can be
used with Angular 1.
Expand Down Expand Up @@ -261,7 +267,7 @@ If you need the support for older browsers including IE8, consider using

## Development

Check out the Uploadcare Widget [development guide][github-files-development].
Check out jQuery File Uploader [development guide][github-files-development].

## Security issues

Expand Down
Loading