Code Monkey home page Code Monkey logo

mkjuploader's People

Contributors

mjangir avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

mkjuploader's Issues

Getting Error: Class not found, also files stored multiple times in uploads folder, a space-waster

I'm getting this error:
Uncaught Error: Class 'MkjUploader\Adapter\Object\Local' not found in C:\[local folders]\vendor\mjangir\mkjuploader\src\MkjUploader\Adapter\Local.php:126
...while using the get.php coding provided. The line spawning the error in get.php is:
$info = $uploadObj->get($key);

I know the '$key' variable is correct.

The file has the 'use' lines on top:

require "vendor/autoload.php";
use MkjUploader\Upload;
use MkjUploader\Adapter\Local;

I'm using a table in my own db, but have successfully uploaded an image using the index.php file, so I know that's set up okay.

Also, as mentioned in the subject, I notice that besides the folder referenced by '$key', there are a ton of other folders created in uploads that contain the same file. Working with other files, this could result in a lot of disk space being used quickly. Why is this happening?

Any help troubleshooting this would be appreciated! Thanks.

PHP 7.2 does not allow classes to be named Object

For compatibility with PHP 7.2 which does not allow classes to be named Object anymore, any references to "\Object" need to be changed, to "\BaseObject" for example, and, of course, the folder name for that class needs to be renamed to the same.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.