I have a resume email parser in my application. User will just send resume through email and my system will parse it.
I have a question, is it possible that the resume being sent through email which is now an imap messages can be save into my web server upload directory? I want to save it into public_html/uploads. Is there anyway to do it so?
Any idea?
For the benefits of others, I have finally make it work. I used file_put_contents(). This post help me figure out, Save Attachments Server with IMAP and PHP