--- In [email protected], <[EMAIL PROTECTED]> wrote: > > Q: Is there any way to allow someone to attach a file without uploading > to the web server? > > A: No. > > You have to upload the file to the tmp directory first, send it via email > and then delete it. > > Rob. >
Ok, now other things i've noticed like the attachment link is specific.. such as image/jpeg, would i have to make a huge if elseif tree for all different types to upload and then delete later on?
