All Projects → shimosyan → phpUploader

shimosyan / phpUploader

Licence: other
簡易PHPアップローダーです

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
hack
652 projects
CSS
56736 projects
Dockerfile
14818 projects

Labels

Projects that are alternatives of or similar to phpUploader

sync-deploy
🔄 shell toolkit for deploying script/command task on remote host, including up/download files, run script on remote
Stars: ✭ 20 (-39.39%)
Mutual labels:  uploader
filestack-ios
Official iOS SDK for Filestack - API and content management system that makes it easy to add powerful file uploading and transformation capabilities to any web or mobile application.
Stars: ✭ 44 (+33.33%)
Mutual labels:  uploader
ic-firebase-uploader
This component is a multi-file uploader for firebase
Stars: ✭ 21 (-36.36%)
Mutual labels:  uploader
ngx-fire-uploader
Angular Fire Uploader
Stars: ✭ 18 (-45.45%)
Mutual labels:  uploader
blobUpload
Uses file slice to upload large files. Newer version https://github.com/apivideo/uploadavideoApps. From api.video (https://api.video)
Stars: ✭ 19 (-42.42%)
Mutual labels:  uploader
google-music-manager-uploader
Google Music Manager Uploader module / Easily upload MP3 (folder) to Google Music
Stars: ✭ 21 (-36.36%)
Mutual labels:  uploader
mega-link-downloader-bot
A telegram bot to download mega.nz links. (made with pyrogram).
Stars: ✭ 180 (+445.45%)
Mutual labels:  uploader
ionic-image-upload
Ionic Plugin for Uploading Images to Amazon S3
Stars: ✭ 26 (-21.21%)
Mutual labels:  uploader
Booru-mass-uploader
This userscript allows you to mass-upload images to imageboard sites running *booru engines.
Stars: ✭ 28 (-15.15%)
Mutual labels:  uploader
youtube-upload-multi-videos
Youtube Uploader: auto upload multiple youtube videos 批量自动上传youtube视频
Stars: ✭ 38 (+15.15%)
Mutual labels:  uploader
GoFile-Bot
A telegram media to gofile bot
Stars: ✭ 37 (+12.12%)
Mutual labels:  uploader
Atomic
An android restful api/networking library using okhttp library as backbone.
Stars: ✭ 13 (-60.61%)
Mutual labels:  uploader
Zoom2Youtube
Transfer video recordings from the Zoom to YouTube
Stars: ✭ 63 (+90.91%)
Mutual labels:  uploader
zkits-requester
Zero dependency HTTP client.
Stars: ✭ 13 (-60.61%)
Mutual labels:  uploader
rg-uploader
File upload component
Stars: ✭ 29 (-12.12%)
Mutual labels:  uploader
instatron
A simple Instagram desktop uploader & client app build with electron.Mobile Instagram on desktop!
Stars: ✭ 95 (+187.88%)
Mutual labels:  uploader
ajax
Just another AJAX requests helper
Stars: ✭ 27 (-18.18%)
Mutual labels:  uploader
lolisafe
Blazing fast file uploader and awesome bunker written in node! 🚀
Stars: ✭ 181 (+448.48%)
Mutual labels:  uploader
ImagerJs
A JavaScript library for uploading images using drag & drop. Crop, rotate, resize, or shrink your image before uploading.
Stars: ✭ 101 (+206.06%)
Mutual labels:  uploader
RxUploader
Uploader for Android using RxJava
Stars: ✭ 72 (+118.18%)
Mutual labels:  uploader

Name

phpUploader

Description

サーバーに設置するだけで使える簡易PHPアップローダーです。

スクリーンショット

Requirement

・PHP Version 5.3.3+ ・SQLite (PHPにバンドルされたもので可、一部の環境によってはphp○-sqliteのインストールが必要です。)

Usage

ものすごい簡易なアップローダーなので以下の利用を想定しています。 ・少人数且つ、不特定多数ではない利用者間でのファイルのやり取り

Install

①下記URLからダウンロードしたファイルを任意のディレクトリに展開して下さい。

https://github.com/shimosyan/phpUploader/releases

注意: v0.1及びv0.2からv1.0以降へのアップデートはできません。

②config/config.phpを任意の値で編集して下さい。

③設置したディレクトリにapacheまたはnginxの実行権限を付与して下さい。

④この状態でサーバーに接続するとDBファイル(既定値 ./db/uploader.db)とデータ設置用のディレクトリ(既定値 ./data)が作成されます。

⑤configディレクトリとデータ設置用のディレクトリ(既定値 ./data)に.htaccessなどを用いて外部からの接続を遮断させて下さい。

⑥ファイルがアップロードできるよう、PHPとapacheまたはnginxの設定を変更してください。

Licence

Copyright (c) 2017 shimosyan Released under the MIT license https://github.com/shimosyan/phpUploader/blob/master/MIT-LICENSE.txt

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].