Connecting Tech Pros Worldwide Help | Site Map

Image attachment ???

  #1  
Old August 9th, 2006, 06:55 PM
Guest
 
Posts: n/a
Hello,
I must admit that i am new to PHP but not in programming in general...
Anyway, i created a program in VB which creates after a few steps an image
and this image should be sent to an email... probably via PHP...
My thought:
i will sent the variables the script is going to need through the URL which
means the Path of the image too (c:\blabla\image.jpg)

I now need the script with which i am going to send the file located at the
users pc as an attachment to some email..

can anyone help?
Thanx in advance!
JBK


  #2  
Old August 9th, 2006, 08:35 PM
Miguel Cruz
Guest
 
Posts: n/a

re: Image attachment ???


<jbk@ewebs.grwrote:
Quote:
I must admit that i am new to PHP but not in programming in general...
Anyway, i created a program in VB which creates after a few steps an image
and this image should be sent to an email... probably via PHP...
My thought:
i will sent the variables the script is going to need through the URL which
means the Path of the image too (c:\blabla\image.jpg)
>
I now need the script with which i am going to send the file located at the
users pc as an attachment to some email..
Investigate the Pear package Mime::Mail.

miguel
--
Photos from 40 countries on 5 continents: http://travel.u.nu
Latest photos: Malaysia; Thailand; Singapore; Spain; Morocco
Airports of the world: http://airport.u.nu
  #3  
Old August 9th, 2006, 09:05 PM
Guest
 
Posts: n/a

re: Image attachment ???


I am sorry, i didnt define a few things...
I am using a webhosting company which means no access to several
modifications....
2nd i dont want the user to be prompted for anything...maximum "Submit"


  #4  
Old August 9th, 2006, 09:55 PM
Guest
 
Posts: n/a

re: Image attachment ???


After long research i found out that this is not possible for security
issues (logical....) any way
since i cannot avoid the prompt i will have to deal with it

So i am asking a new Question! :-)
Is there a way of setting a path to the file select dialog box that pops up
when clicking on "select file"?


+-----+
| JBK |
+-----+



Ï <jbk@ewebs.grÝãñáøå óôï ìÞíõìá news:ebd79d$aja$1@aluminium.acn.gr...
Quote:
Hello,
I must admit that i am new to PHP but not in programming in general...
Anyway, i created a program in VB which creates after a few steps an image
and this image should be sent to an email... probably via PHP...
My thought:
i will sent the variables the script is going to need through the URL
which means the Path of the image too (c:\blabla\image.jpg)
>
I now need the script with which i am going to send the file located at
the users pc as an attachment to some email..
>
can anyone help?
Thanx in advance!
JBK
>

  #5  
Old August 9th, 2006, 10:15 PM
Guest
 
Posts: n/a

re: Image attachment ???


So i am asking a new Question! :-)
Quote:
Is there a way of setting a path to the file select dialog box that pops
up when clicking on "select file"?
Not in Opera and Mozilla clones. For security reasons.

Regards,
Talthen


Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
mail with file attachment deepaks85 answers 9 October 16th, 2007 09:36 AM
POP3 - Saving an image attachment only. Sick Monkey answers 0 August 27th, 2007 08:55 AM
Tutorial for posting an image attachment Alec answers 2 September 8th, 2006 12:15 AM
Is it OK to post small image attachments here? Lauren Wilson answers 49 November 13th, 2005 05:07 AM