您好,在下面的代码中通过邮件发送简历但没有获得任何附件,它只显示消息测试消息。
在下面的代码中,我没有收到任何错误。在服务器中,我将一个名为upload的文件夹存储在那里,它存储了我保存的文件。
任何人都可以帮助我解决这个问题
PHP
<ListView
android:id="@+id/chat_list_view"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:dividerHeight="0dp"
android:divider="@null"
android:stackFromBottom="true"
android:transcriptMode="alwaysScroll"
android:layout_marginBottom="@dimen/double_margin"
android:layout_below="@id/chat_title_scroll_view"
android:layout_above="@+id/chat_message_layout"/>