Talha Habib

Results 7 issues of Talha Habib

HI, I wonder how can i use your plugin, without any documentation, examples, guides, requirements.. Can you please put some lines how this plugin works and what do i need...

I can not find any documentation for using your library, Please add some kinda documentation for it. ## --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/34112916-where-is-documentation?utm_campaign=plugin&utm_content=tracker%2F317728&utm_medium=issues&utm_source=github)** We...

Hi, I can see drag mode is picking files from orignalEvent.dataTransfer.files and it is working fine without progress bar, when i click on container to pick file, it just did...

Hi, Progress bar does not seem to work where xhr request is sent, progress bar should also move for that file..

You should add sequence upload to upload files one by one, sending ajax request with loop will simply crash browser, for example I've uploaded 500 files that will open 500...

In `handleFormSubmission` you have validate if condition with `pekeUpload.files.length` where length is integer and it can never be empty thus means your validation is not working because 0 is not...

I tried onChange, onClick, in both ``itemRender`` and top level. Using Next.js ````javascript type == 'page' ? console.log('works?')}>{current} : element} onChange={(pageNum) => console.log(pageNum)} onClick={(pageNum) => console.log(pageNum)} /> ```` in the...