Why Progressive Images MatterRead More

Read more
An example of a progressive image

Images are typically the most bandwidth demanding element of a page and their impact is most often mitigated by resizing them or reducing their quality.  Progressive images are another option in your toolbox to optimize your end user’s experience of a web site.  Progressive images allow you to provide a more compelling user experience as […]

Read More →

How Google’s AutoML Takes Machine Learning A Step FurtherRead More

Read more

Last week Google announced an alpha launch of AutoML, a new machine learning platform that takes the space to the next level. In the product announcement, AutoML is described as a service that allows users to train machine learning models without requiring an in-depth knowledge and proficiency in machine learning. The potential of this platform is very appealing: […]

Read More →

Filestack for Confluence Plugin Enhances Team CollaborationRead More

Read more
The Filestack for Confluence Plugin enhances team collaboration

The Need for a Confluence Plugin Every startup has hit the point where they outgrew stickie notes as their primary communication and organization tool, and this demand naturally lead to a highly competitive project management market. Leading the way in this field sits Atlassian whose tremendous suite of products help companies manage projects and customers […]

Read More →

You have Drones. You have Data. You need Filestack.Read More

Read more

Filestack was in attendance for our second drone show, Commercial UAV Expo, in as many months. Last month we attended Interdrone 2017, and much like that event, we found data problems loom large in the drone space. With higher efficiency batteries, rotor innovations, and lighter, more resilient bodies, drones are becoming more capable. Longer flight […]

Read More →

Don’t DIY, API With FilestackRead More

Read more
Filestack's DIY Matrix

We have seen 100+ home-grown uploading solutions. We have helped thousands escape the DIY-drag.  Why build a solution for an already solved problem?  Learn how Filestack solves uploading for you and why you might want to think twice about building an in-house solution.   “I can build X in Y days!” “Ha! I can build […]

Read More →

How to Upload with Google Drive APIRead More

Read more
Google Drive API Upload Example in Action

Google Drive is an extremely popular platform for creating, editing, and storing documents. Over 800 million users keep more than 2 trillion files on Google Drive. Whether your application uploads resumes, blog posts, slide shows, or other documents, you can benefit from integrating the Google Drive API to allow your users to upload directly from […]

Read More →

Improve OCR Results with FilestackRead More

Read more

Machine learning services such as Microsoft Cognitive Services and Google Vision provide a wrapper over complex and resource-intensive algorithms, turning dense and arcane problems into simple REST requests. But these services, despite being state-of-the-art, cannot do all of the work for you (though some do more than others). And when it comes to optical character […]

Read More →

Self-Organizing Maps and their Benefit: Part OneRead More

Read more

At Filestack, we are committed to helping you use, engage and analyze your data in intelligent ways through the best in machine learning. The algorithms that create self-organizing maps, optical character recognition (OCR), video and audio analysis, and so forth, are complex. Often, these algorithms become a major hardware and software investment to build out […]

Read More →

Upload With The Google Photos APIRead More

Read more
Upload from Google Photos API

Google Photos has been in hyper growth mode since its transformation from Picasa, currently boosting more than 500 million monthly users. With sharing capabilities and added intelligence, Google Photos strives to make camera rolls obsolete.  As a developer building a file uploader, you can stay ahead of the curve by allowing your users to upload […]

Read More →

Why High Resolution Image Uploads are a Pain and How to Solve This ProblemRead More

Read more

As mobile device cameras increase in quality, high resolution image uploads pose a real problem for businesses. Let us take you through a scenario: you’re out in public, and that picture of your dog needs to be shared on your Twitter. The connection is not ideal but you’ve managed in worse connection situations before: conferences, […]

Read More →

Boots on the Ground at Interdrone 2017: Why an Upload API matters to Drone Service ProvidersRead More

Read more

Over the past couple of months, we have seen a steady increase in conversations with drone specific prospects at Filestack. Purely looking at demand signals, it made sense to come out to learn more about this booming industry at one of the top billed drone events in North America, Interdrone 2017. What would a file […]

Read More →

Filestack Intelligent Ingestion: Secure & Reliable File UploadsRead More

Read more
Poor Quality Network Benchmark Data

Filestack’s heritage is pinned deeply to being the world’s best file uploading service. Over the past 5+ years, we’ve had thousands of conversations with customers and prospects about the pains they encounter with file uploading. A common theme: mobile uploads have unique challenges. From maintaining state between cell towers, to ballooning file sizes, to little […]

Read More →

Filestack Web SDK V3 0.7 UpdatesRead More

Read more

At Filestack we are constantly working to provide the best upload experience for all of our users. Back in March we launched the v3 of the Filestack Web SDK, also commonly referred to as the Filestack file picker. While the web SDK is not the only way to use Filestack, many Filestack users choose this […]

Read More →

Recreate Silicon Valley’s Not Hotdog App with Filestack’s Tagging FeatureRead More

Read more
nothotdog_banner

Deep learning has gone from sci-fi concept to industry buzzword within only a matter of years. What started as proof-of-concepts and enhanced facial recognition software quickly ballooned into state-of-the-art image and speech recognition, video analysis, behavioral predictions and untold other successes, where the goal was specific enough and the dataset large enough to benefit from […]

Read More →

Filestack Tutorial For Beginners: Part 2 WatermarkRead More

Read more
dog image with signature

Welcome Back! Hello, and welcome back to the Filestack Tutorial For Beginners. If you have not seen the first half then check it out here. Otherwise, let’s keep making progress on our watermarking application. Perform a Transformation: Watermark Working with Uploaded Files: The Filestack Handle At this point you are probably wondering: “Okay, I understand […]

Read More →

Ansible: AcceleratedRead More

Read more
Ansible Logo

So, you’ve been using Ansible, and have realized it can be really slow. You ask, why is Ansible slow? The answer is simple. Ansible uses ssh as a ‘transport layer’, which starts a new connection for every task in a playbook. This is not ideal, but luckily, we can change this behavior with a few simple steps. How […]

Read More →

Uploading Webcam Images with FilestackRead More

Read more

I was recently looking into commonly asked questions about content uploading and found that there are presently 370 active questions on Stackoverflow about how to upload an image taken via webcam. This isn’t a surprising number when all of the aspects involved are considered. I understand these issues first hand because I personally spent weeks […]

Read More →

Filestack Surpasses 100,000 Applications! ?Read More

Read more

Earlier this week, Filestack surpassed 100,000 applications! As we continue to develop our product and grow our community, we cannot thank YOU enough for fueling Filestack’s success. We are able to grow thanks to constant requests and genuine feedback. filepicker_production=> select count(*) from apps; count ——– 100001 (1 row) We’re Proud of Every Single App Filestack’s […]

Read More →

Filestack is Certified with the EU-US Privacy Shield Framework for HR and Non-HR DataRead More

Read more

On April 17, 2017, Filestack became compliant with the EU-US Privacy Shield framework. The EU-US Privacy Shield is a framework for transferring data between the United States and European Union that ensures the data falls within the EU privacy regulations. Privacy Shield replaces Safe Harbor to protect EU citizens’ data from US surveillance and address […]

Read More →

Improve Your Workflow with Cache and DebugRead More

Read more
Filestack V3 Picker

In my last few articles we discussed several features that make Filestack’s API such a big game changer in your development process. We compared Filestack pick function with a more traditional approach to handle files upload in the article “Comparing Node & JQuery File Upload vs Filestack” showing that it allows for fast development and no hassle when […]

Read More →

LinkedIn Launches Photo Filters and Editing in their App… And You Can, Too.Read More

Read more
LinkedIn's New Photo Filters

LinkedIn Introduces Photo Filters and Editing On March 14, LinkedIn released Photo Filters and Editing for profile pictures, along with guidelines on how to get noticed with a “professional” photo (read more here). The fact is, profile pictures are important, and you don’t always need a professional headshot to look good. Often, a selfie with […]

Read More →

Create an Awesome Photo Collage with React and FilestackRead More

Read more

A photo collage is a popular way of sharing amazing moments in our lives. From exotic vacations, to crazy parties, to romantic seaside weddings and more, collages capture many moments to create one multifaceted composite. As a printing application, the ability to upload pictures and create photo collages for your customers is an absolute must-have. The are a few open […]

Read More →

Comparing Node & JQuery File Upload vs FilestackRead More

Read more
Filestack File Uploader

We often recommend using Filestack to upload files. But why is Filestack really better than building your own file uploader from scratch? Does Filestack actually save you time and provide more capabilities? First things first… What is Filestack? If you’re not familiar with Filestack, it is an end-to-end file upload and management solution. Through our JavaScript […]

Read More →

Take a Screenshot with Filestack and ReactRead More

Read more
URL Screenshot

Taking screenshots is common for those of us who live on our phones and laptops. Sometimes we want to share glimpses of funny conversations with friends, other times, in the office for example, we take screenshots to quickly share unexpected results on our screens. Screenshots are so common that nowadays the majority of our devices offer a specific key […]

Read More →

Upscale Images with React and FilestackRead More

Read more
Editing Image Example

I have always been amazed by the upscale processes shown in action movies. Typically, a satellite photo captures the assumed location of the villain and the picture is infinitely zoomed while preserving a great amount of details. This works pretty well in fictional stories, but when you try to enlarge an image in real life, the result […]

Read More →

Comparing Google Vision and Clarifai in ProductionRead More

Read more

A few weeks ago, we published our thoughts and research into the major image-labeling service providers, including Microsoft Cognitive Services, Amazon Rekognition, Google Vision, and Clarifai. While we believed each had its merits and all returned accurate labels for most inputs, a combination of speed, content-detection and cost led us to choose Google Vision as […]

Read More →