[phorm] [Phorm:] Re: Send Button delete the attachment

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 25 Sep 2003 18:46:53 -0000

The following new message has been posted on Phorm Support Forum at 
<http://www.phorm.com/support/>. 

*************************************************************************** 

  MESSAGE:  (#3262) Re: Send Button delete the attachment 
            <http://www.phorm.com/support/?rev=3262> 
  AUTHOR:   Holotech 
  DATE:     September 25, 2003 at 2:46 p.m. EST 

  Reply To: (#3251) Send Button delete the attachment 
  Author:   Paolo 
  Date:     September 23, 2003 at 4:25 a.m. EST 

> Can u please have a look at this? 

> Is a form in php, that shoulod send an attachment. 
> When i click on Send, the attachment is deleted from 
> the field. And not Sent. Does the phorm process the 
> php stuff? do you have an idea why is behaving like 
> this? Thanks... 

The FILE field disappearing when you clicked the Send button is a 
HTML/JavaScript problem, not a problem with Phorm. I took a look at your form 
anyway, since I said I would help. The reason the file is not being sent is 
that you must do it with a FILE field, not a TEXT field and a BUTTON. You do 
have a FILE field, but you have it hidden. The browser is not going to send a 
file just by entering the name in a TEXT field that you've made up to look 
like a FILE field, you must actually use the FILE field. I'm not a JavaScript 
expert, and I'm not sure what you're trying to accomplish with the way you 
have the fields, so I could be wrong, but that's how it looks to me. 

*************************************************************************** 

This is an automatically-generated notice.  If you'd like to be removed from 
the mailing list, please visit Phorm Support Forum at 
<http://www.phorm.com/support/>, or send your request to webbbs@xxxxxxxxxx  If 
you wish to respond to this message, please post your response directly to the 
board.  Thank you! 
-------------------------------------------------
You are receiving this message because you are subscribed to the Phorm mailing 
list. To send messages to the mailing list, simply send email to 
phorm@xxxxxxxxxxxxx from the address you have subscribed. You may unsubscribe 
from the list by sending email to phorm-request@xxxxxxxxxxxxx with 
'unsubscribe' in the SUBJECT field.

Other related posts:

  • » [phorm] [Phorm:] Re: Send Button delete the attachment