Hi,
I've followed some literal thread about file upload & wacthed video from youtube, but my problem still unsolved.
- Form : File Upload element added; name:file_upload, id:file_upload.
- Event :
- Email; Attachments fields name : file_upload
- Upload Files; fields Configuration : file_upload:doc-docx-pdf-txt, upload path : JOOMLA_PATH/cv/ , max size : 500

Debugger wrote that the file could not uploaded, after i check the upload path, the file are exists but its not attached to the email.
Anyone can give me suggestion?
regards,
rie.
I've followed some literal thread about file upload & wacthed video from youtube, but my problem still unsolved.
- Form : File Upload element added; name:file_upload, id:file_upload.
- Event :
- Email; Attachments fields name : file_upload
- Upload Files; fields Configuration : file_upload:doc-docx-pdf-txt, upload path : JOOMLA_PATH/cv/ , max size : 500

Debugger wrote that the file could not uploaded, after i check the upload path, the file are exists but its not attached to the email.
Anyone can give me suggestion?
regards,
rie.
Hi rie,
The error message "xxx could not be uploaded!!" is shown when the Joomla! file moving code reports a failure in moving the file from the temporary upload folder used by PHP to the folder that you specify. When this happens the processing stops.
The question is why it is happening. I'd guess that maybe there is a permissions problem with the folder. Yet you say that the file has been uploaded correctly and is in the /cv/ folder?
Bob
The error message "xxx could not be uploaded!!" is shown when the Joomla! file moving code reports a failure in moving the file from the temporary upload folder used by PHP to the folder that you specify. When this happens the processing stops.
The question is why it is happening. I'd guess that maybe there is a permissions problem with the folder. Yet you say that the file has been uploaded correctly and is in the /cv/ folder?
Bob
This topic is locked and no more replies can be posted.