【问题标题】:Facebook-like messaging system with image upload具有图像上传功能的类似 Facebook 的消息系统
【发布时间】:2012-01-11 17:08:30
【问题描述】:

我正在设计一个类似 facebook 的消息系统,但在消息中上传图片时遇到问题。文本输入。

我该怎么做。我使用输入法还是div

【问题讨论】:

    标签: facebook image upload system messaging


    【解决方案1】:

    试试

    <html>
    <body>
    
    <form action="upload_file.php" method="post"
    enctype="multipart/form-data">
    <label for="file">Filename:</label>
    <input type="file" name="file" id="file" />
    <br />
    <input type="submit" name="submit" value="Submit" />
    </form>
    
    </body>
    </html> 
    

    【讨论】:

      猜你喜欢
      • 2011-01-01
      • 1970-01-01
      • 2023-01-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-01-27
      • 1970-01-01
      相关资源
      最近更新 更多