开发者

file sending using php

开发者 https://www.devze.com 2023-02-01 22:12 出处:网络
can we use php to send a file to another like in MSN Messenger? I am working on a chat script and was wondering if its possible or not to send a file to the other person during chat?

can we use php to send a file to another like in MSN Messenger? I am working on a chat script and was wondering if its possible or not to send a file to the other person during chat?

i 开发者_如何学编程am using jquery/mysql/textfiles/php for this script


How is the communication between your clients done?

You cannot send a file from a client directly to another client using PHP, as it's a server side language.

You could however upload the file to your server, and then send a link to the recieving client for download.

0

精彩评论

暂无评论...
验证码 换一张
取 消