Yopp icon indicating copy to clipboard operation
Yopp copied to clipboard

A very fast way to transfer a file from phone to computer and vice versa.

Results 6 Yopp issues
Sort by recently updated
recently updated
newest added

The default value in **php.ini** will affect the result when upload . ``` upload_max_filesize = 2M; post_max_size = 8M; ``` and it lead to ![image](https://user-images.githubusercontent.com/33230281/32183301-41f026f8-bd99-11e7-88b9-f58b2babe3a6.png)

Oftentime I just need to share a URL between my phone and my computer. Would you be interested in this?

Hello my friend Thank you very much for this wonderful helpful script. Please add this feature to the file upload code: [BrianMwangi21](https://github.com/BrianMwangi21/Yopp) Please add the Multiple files feature so that...

Implemented the simple favicon you mentioned in [this comment here](https://github.com/josephernest/Yopp/issues/1#issuecomment-339928179). It looks like the site. Red on the top and blue on the bottom. It's a `.ico` file base64 encoded...

Since it's a quick upload -> download web app, I thought of a simple security feature. On upload, a 4-digit random number is generated which can be memorized or written...

...First of all - nice job - a couple of tweaks you might consider 1. php: make it super clear that a file has not uploaded `if (empty($_FILES['data']['tmp_name'])) { echo...