Download the PHP package nunopress/sharex-hosting-uploader without Composer
On this page you can find all versions of the php package nunopress/sharex-hosting-uploader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nunopress/sharex-hosting-uploader
More information about nunopress/sharex-hosting-uploader
Files in nunopress/sharex-hosting-uploader
Package sharex-hosting-uploader
Short Description ShareX custom uploader for your hosting/domain powered by Symfony Micro Edition
License MIT
Informations about the package sharex-hosting-uploader
ShareX Custom Uploader
This is a custom uploader project for ShareX Uploader
Installation
You need Composer for install this project with this command:
Configuration
The configuration file is into src/AppBundle/Resources/config/services.yml
.
You need to change the app.secret
and configure ShareX with the same secret key parameter.
You can change the value of app.upload_dir
if you want the uploads in another directory,
from default this is configured into %kernel.root_dir%/../uploads
(root directory + /uploads).
In ShareX you need to setup the Response Url with this format:
- URL:
http://yoursite.com/view/$json:filename$
- Thumbnail URL:
http://yoursite.com/thumb/$json:filename$
- Deletion URL:
http://yoursite.com/delete/$json:filename$
Remember to setup too the Arguments:
- Request type:
POST
- Request URL:
http://yoursite.com/upload
- File form name:
file
- Arguments:
secret
: Your secret key used intoapp.secret
name
: The filename format saved on the web server
Testing
Rename the file phpunit.xml.dist
in phpunit.xml
and run phpunit
from the root folder.
All versions of sharex-hosting-uploader with dependencies
symfony/symfony Version ^3.1
sensio/framework-extra-bundle Version ^3.0.2
sensio/distribution-bundle Version ^5.0
incenteev/composer-parameter-handler Version ^2.0