I can't TYPE in the message body and composing a message

Hello,
a user can’t type in the message body when composing a message to another user ( its within mail folder) and when you try to add an attachment, you get the warning below;

Warning: copy() [function.copy]: Filename cannot be empty in /home/rswise/public_html/demo/admin/mails/compose.php on line 35
Error saving file

Mail
The attached image shows uneditable area
Your help will be highly appreciated

Thank you
Ronnie


Was it working before or is this a new build? If it was working before was anything changed when you noticed that it stopped working?

Since this appears to be something you created, can you post the relevant code?

You likely have problems with the HTML and the PHP you are using.

Hello,
Thank you for your reply. No it was not working before. Anyway the developer of the application stopped communicating before that issue was solved .The compose code is here

[code]

Sending a Mail

Subject :







Paragraph
Heading 1


Heading 2


Heading 3


Heading 4


Heading 5


Heading 6

Formated

Clean all


Police
Arial
Arial Black
Arial Narrow
Comic Sans MS
Courier New
System
Times New Roman
Verdana
Wingdings


Size
1
2
3
4
5
6
7


Color
Red
Blue
Green
Black


Background
Red
Blue
Green
Black
Yellow
White
























Cut


Copy


Paste


Bold


Italic


Underline


Justify Left


Justify Center


Justify Right


Ordered List


Bulletted List


Decrease Indent


Increase Indent


Insert Picture


Insert Table



<!–
Composition.document.open();
Composition.document.write(bodyTag);
                                                    Composition.document.close();
                                                    Composition.document.designMode="On";

                                                    // -->
                                                    </script>
             </tr> </td>
          </table>
        </td>
     </tr>
	<tr><td ><input type='checkbox' name="smscheck" value=1> <b>Send as SMS Message</b></td></tr>
	<tr><td ><input type='checkbox' name="mailcheck" value=1><b>Send as a Mail</b></td></tr>
   <tr>
    <td align="center">
    <input type="hidden" name="message" >
	<input type="submit" value="Send" name="B1">&nbsp;&nbsp;<input type="button" value="Back" onClick="javascript:window.location.href='mailinglist.php'">
[/code].

I can give you the login details to the page and see

Your help is always appreciated

Thank you
Ronnie

Sponsor our Newsletter | Privacy Policy | Terms of Service