Author Topic: download / upload file via webpages  (Read 7047 times)

Offline Lukee

  • Newbie
  • *
  • Posts: 10
    • View Profile
download / upload file via webpages
« on: July 25, 2009, 08:30:00 AM »
Hello Mark,

I would like to download/upload files via webpages, very similar to upload firmware. I have a few settings in one file which I would like to download/upload via webpages to server. How I may do this ?

Best regards
Lukee

Offline mark

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3236
    • View Profile
    • uTasker
Re: download / upload file via webpages
« Reply #1 on: July 25, 2009, 12:35:53 PM »
Hi Lukee

If you would like to download and upload files to the uFileSystem this is possible by using the same technique as uploading SW (on administration web page). This is directly saved to the uFileSystem and is also visible in the uFileSystem (by FTP) and so accessible by web browser for downloading.

Alternatively uploads can also pass via the application (which then decided where they are stored, or can convert them, etc.). Whether this is then visible in the uFileSystem and whether it can be accessed for download depending on where it is stored. An example of posting to the application is given here: http://www.utasker.com/forum/index.php?topic=100.msg2487#msg2487

Also take a look at the new user file support as described here http://www.utasker.com/docs/uTasker/uTaskerUserFiles.PDF (this will be available in uTasker V1.4 - which is in the process of being released). This adds extra flexibility concerning files and special storage - allowing for examples files to be downloaded from locations outside of the uFileSystem.

Regards

Mark