FR6 / upload-s3

Simple form allowing to upload a file directly to Amazon S3 service without passing by our server.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

upload-s3

Simple form allowing to upload a file directly to Amazon S3 service without passing by our server.

Installation

<?xml version="1.0" encoding="UTF-8"?>
<CORSConfiguration xmlns="http://s3.amazonaws.com/doc/2006-03-01/">
    <CORSRule>
        <AllowedOrigin>*</AllowedOrigin>
        <AllowedMethod>GET</AllowedMethod>
        <AllowedMethod>PUT</AllowedMethod>
        <AllowedHeader>*</AllowedHeader>
    </CORSRule>
</CORSConfiguration>
  • Edit config.php file with your Amazon S3 account infos
  • Copy files to your hosting

About

Simple form allowing to upload a file directly to Amazon S3 service without passing by our server.

License:MIT License


Languages

Language:JavaScript 54.3%Language:PHP 38.4%Language:CSS 7.3%