Now, how do i call this file?
I tried like this: wprint wget("/uploads/ak.bas") .... it didnt work ...
Mmiscool wrote:Take the example code above. Notice the %20 s and stuff in there replacing the spaces. This how sertan characters are encoded to be in a URL.
If you take my example above and save is as a bas file on your desktop. Then upload it to the device with the file manager. Then delete the current /default.bas and rename the file you uploaded to /default.bas your program should work. Test it with the code above first.