every thing is working fine but i cant find a way to upload the file with a specific file name
i don't always want the name to be "test.mp3" how can i control the name from b4a ?
i had downloaded your example but it seemed too complex for me
could you tell me which one of your 3 example can let me specify the file name, and why is ok http better that httputlis ?
your method will upload the file part by part right ?
my question is why we should upload the file as parts why not send it as one part ?
my files are small (<1mb) why should we make it parts then send it to the PHP < won't this make the upload slower ?
If you use get (anything after the ? in the url) then yes. this will work. As long as the maximum length a url is allowed to have.
So, giving just a few values like ints this will work. but try to give 5 texts with a length of 32kb together with the filepayload as get parameters. You will reach the limit of an url
If you use get (anything after the ? in the url) then yes. this will work. As long as the maximum length a url is allowed to have.
So, giving just a few values like ints this will work. but try to give 5 texts with a length of 32kb together with the filepayload as get parameters. You will reach the limit of an url
good to know, thanks for the info i found in the internet it is about "2,083 characters" which will be more than enough for me
anyways you seem to bee a pro with http protocol
i'm using https post with username and password as parameters is that secure ? can any hacker or the isp know/ see my use name and password ? ex: mysite.com/test.php?name=1.mp3&usr=mruser&psw=mrpassword