PHP Classes

Error at uploding file

Recommend this page to a friend!

      Email with Attachment  >  All threads  >  Error at uploding file  >  (Un) Subscribe thread alerts  
Subject:Error at uploding file
Summary:How to solve this issue
Messages:2
Author:Ghanshyam Singh
Date:2006-11-24 17:53:54
Update:2006-11-25 18:30:17
 

  1. Error at uploding file   Reply   Report abuse  
Picture of Ghanshyam Singh Ghanshyam Singh - 2006-11-24 17:53:54
Dear,
i am using php4. and using this class
i am getting error

Die Datei "" existiert nicht...

what its mean?

can u help me?

  2. Re: Error at uploding file   Reply   Report abuse  
Picture of David Means David Means - 2006-11-25 18:30:17 - In reply to message 1 from Ghanshyam Singh
This class has all its error messages in German. The one you
found says "the data does not exist", and really means that
the attachment file was not found. Check the filename that you
supplied, and its path.

Good luck.