Easy Downloader and Uploader is on Assets Store

Easy Downloader and Uploader is a great plugin for unity developers who want to download and upload some files to web server.

Features :

  • Download any file from web.
  • Upload your file to your web server from unity game or app.
  • Save file to your local disk after download, if you want.
  • Get file from local path.
  • Get easy events for each task.
  • Supported to all platform including Android, iOS, Standalone.
  • 24x7 Support
  • Easy to integrate.

Included Files:

  • Integration Guide
  • Documentation
  • Example Scene
  • PHP script file

For any query write me at devesh.pandey19@gmail.com .

Assets Store : Easy Downloader and Uploader | Integration | Unity Asset Store

Plugin updated!
Bug in uploading fixed.

Is this plugin still in active development? The links from the Asset Store page (https://devesh-pandey.webs.com/contact-me and https://devesh-pandey.webs.com/) are broken.

Hello Everyone,

Please write me email if you are facing any problem or have any questions, my email is devesh.pandey19@gmail.com

Plugin updated

  • Now you can upload files on server in any directory as you want
  • Bug fixes

Hi, do yo have a demo?

Sorry, there is no demo, you can ask me your question.

how can i cancel downloading ?
there are no function for cancel downloading…

Hello Devesh !

How can I delete a file I downloaded? Is there any hidden method?

How could I achieve this?

Hi,
You have to destroy your downloader object to cancel downloading, currently there is no function.

You can delete file by using File.Delete(“PATH RETURN BY DOWNLOADER”) as I replied you in email.

Hello Devesh,

Does this plugin suppor all iOS versions?
And does this plugin provide functionality to pause and resume downloading?

Hello Devesh,

If I want to just download large files like 700MB or more, does I need to
Put upload_file.php file on your web server with crossdomain.xml policy?

Also Can I download Large files by using this plugin?

Hi dilipje,

I have not tested it with large files, I tested it with 50mb-100mb, so I can’t say for larger file.

Yes, I will support all iOS versions but I would not recommend you to download large files its just a wrapper of WWW class by unity.

does I need to Put upload_file.php file on your web server with crossdomain.xml policy? If I wish to download files only, I don’t want to upload files from app.

Hello
Please reply for my above question.

Hello Devesh

I got attached error when I am trying to build in ios plateform in unity

My Unity Version is unity version 4.6.3f1,

Please find attached screenshot.

We just download files from server

Below is my crossdomain.xml code

<?xml version="1.0" ?>