The ISP will not allow me to programatically save files to any directories on their servers via any programming language. Does the asp pureupload still just copy the files to the hardrive?
Main Topics
Browse All TopicsI have an application where people can fill out a form and upload thier resume. The form fields (including the file upload) are all sent via email to the company that owns the site. At first I developed it to upload the file via the cffile tag to upload the file into a temporary upload folder and then use the cfmail tag to send the email and attach the file, then use the cffile to delete the file from the temporary upload folder. This worked fine, but the new hosting provider does not allow the use of the cffile tag.
Is there a way to attach the file to an email directly from the formfield without having to save it to the servers hard drive first?
Thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
pheww - if ur ISP dosent allow u to save files on any dir on the server - then how do u plan to save the file uploads ???
U'll need to talk to ur ISP & ask them to grant u access to one of ur directories on the server - else ur application dosent server the purpose & it makes no point going ahead with that ISP.
Get the access & then use CFfile or other file transfer tags !
K'Rgds
Anand
To clarify, the ISP will not allow me to write a program that upload files submitted in a form and saves the files on their servers. I don't think it is a matter of resources, but a matter of security as it is a shared hosting environment and the use of cffile or similar technologies will also give me access to the file structures of other peoples websites. The client chose the isp, I am actually a subcontractor on this project and do not have any direct say as to who the client picks as thier isp. I will recomend to the contractor that they seek another isp or change the functionality so that the resume is submitted in a textarea field or something.
Thanks for the help.
Business Accounts
Answer for Membership
by: Jester_48Posted on 2004-01-26 at 16:39:38ID: 10205506
no, the file must be on the server when the email is sent, have you considered using an asp process for the upload? and then using the cfmail?
look for pureAspUpload or aspupload, i can't remember teh exact file name but it has 3 or 4 parts, 1 main and the rest are includes
there is an asp file upload called pure asp uload and it works quite well, also will the isp allow third party tags, there is a supposedly more sucure custom tag for cffile, i say supposedly only because i haven't tested it.