Skip to main content

Introducing resumable uploads

Ever since we first launched Panda we’ve provided a jQuery plugin allowing developers to easily implement file upload functionality to their site or app.

However, file upload through http isn’t particularly reliable: if your connection is slow or experiences even small disconnections during an upload you’d need to re-start the upload from the beginning.

This can be very frustrating, especially when trying to upload videos that can be as big as 20GB!

We have solved this problem by introducing a new upload API which provides resumable capabilities. As soon as your internet connection comes back online, your uploads will automatically resume from the point at which they were interrupted.

(more…)