Reply
Creating an email link to a stored document
Old 01-29-2008, 03:39 PM Creating an email link to a stored document
Super Talker

Posts: 116
I'm creating a web site that translates documents and then sends the translated document as an attachment via email to the customer.

But, I'm wondering if the files are large, it may be better to store the document on the web and send an email link to the customer instead.
Right now the email client pulls the file and attaches it to the email and sends.

How are files stored on web sites and links generated, non-maunually?
What would a script like this be called?
Thanks.
chrisj is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 01-30-2008, 10:28 AM Re: Creating an email link to a stored document
Extreme Talker

Posts: 173
It appears there are many ways to approach this issue, depending on your requirements and the types of documents you are storing.

First, your way:
It seems you are already creating the document, because you are able to send it. I would suggest reading up on file handling with PHP.

http://www.google.com/search?hl=en&q=php+file+handling

Now, a different approach:
If they are plain text documents, and you don't need an actual downloadable document, you could simply store the contents in a database. Once stored you could link to a page that takes variables and translates accordingly.
ex: http://yoursite.com/translate.php?do...ish&to=spanish
Then translate.php could grab the contents of document 15 from the database and translate it from english to spanish.
bhgchris is offline
Reply With Quote
View Public Profile
 
Old 02-25-2008, 08:04 PM Re: Creating an email link to a stored document
Junior Talker

Posts: 4
Name: Victor
It would definitely depend on the platform/language that you use for your website. Your probably also need to look at how to secure access to your customer' documents / folders.

Customers, especially business customers, will not be confident if inside the email your provide URL link to the document, which does not ask for customer name and password, or requests some other form of authentication.

Another rewarding addition to your document delivery channel could be so-called WebDAV, where your customer can use FileExplorer instead of Internet Explorer.

If you use modern CMS, such as liferay.com, all these requirements can be addressed with little effort.
__________________
- MyOffice24x7.com -
Business Solutions for Small and Medium Companies

Last edited by vicatmyoffice : 02-25-2008 at 08:05 PM. Reason: mistyping
vicatmyoffice is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Creating an email link to a stored document
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.44907 seconds with 12 queries