Search Unity

Easy Downloader and Uploader is on Assets Store

Discussion in 'Assets and Asset Store' started by DeveshPandey, Oct 22, 2014.

  1. DeveshPandey

    DeveshPandey

    Joined:
    Sep 30, 2012
    Posts:
    221
    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 : http://u3d.as/content/devesh-pandey/easy-downloader-and-uploader/9Ee
     
    Last edited: Oct 22, 2014
  2. DeveshPandey

    DeveshPandey

    Joined:
    Sep 30, 2012
    Posts:
    221
    Plugin updated!
    Bug in uploading fixed.
     
  3. OneThree

    OneThree

    Joined:
    Oct 28, 2011
    Posts:
    181
  4. DeveshPandey

    DeveshPandey

    Joined:
    Sep 30, 2012
    Posts:
    221
    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
     
  5. WalterEspinar

    WalterEspinar

    Joined:
    Aug 23, 2011
    Posts:
    84
    Hi, do yo have a demo?
     
  6. DeveshPandey

    DeveshPandey

    Joined:
    Sep 30, 2012
    Posts:
    221
    Sorry, there is no demo, you can ask me your question.
     
  7. Tayyab-Dev

    Tayyab-Dev

    Joined:
    Nov 6, 2014
    Posts:
    1
    how can i cancel downloading ?
    there are no function for cancel downloading...
     
  8. vr3io

    vr3io

    Joined:
    Nov 9, 2015
    Posts:
    2
    Hello Devesh !

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

    How could I achieve this?
     
  9. DeveshPandey

    DeveshPandey

    Joined:
    Sep 30, 2012
    Posts:
    221
    Hi,
    You have to destroy your downloader object to cancel downloading, currently there is no function.
     
  10. DeveshPandey

    DeveshPandey

    Joined:
    Sep 30, 2012
    Posts:
    221
    You can delete file by using File.Delete("PATH RETURN BY DOWNLOADER") as I replied you in email.
     
  11. dilipje

    dilipje

    Joined:
    Feb 4, 2016
    Posts:
    5
    Hello Devesh,

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

    dilipje

    Joined:
    Feb 4, 2016
    Posts:
    5
    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?
     
  13. DeveshPandey

    DeveshPandey

    Joined:
    Sep 30, 2012
    Posts:
    221
    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.
     
  14. dilipje

    dilipje

    Joined:
    Feb 4, 2016
    Posts:
    5
    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.
     
  15. dilipje

    dilipje

    Joined:
    Feb 4, 2016
    Posts:
    5
    Hello
    Please reply for my above question.
     
  16. dilipje

    dilipje

    Joined:
    Feb 4, 2016
    Posts:
    5
    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" ?>
    <cross-domain-policy>
    <allow-access-from domain="*" secure="false"/>
    <site-control permitted-cross-domain-policies="all"/>
    <allow-http-request-headers-from domain="*" headers="*"/>
    <allow-https-request-headers-from domain="*" headers="*"/>
    </cross-domain-policy>
     

    Attached Files: