View Full Version : Submissions
Kbuzzer
June 13th, 2005, 02:59 PM
Is there a way that a person can submit a .zip file ONLY! and is emailed to me?
I need a form that does this with an input that they put the name of the object? All I need is the input for the name, the input for the file, the browse button to find the file, and the submit.
ElectricGrandpa
June 13th, 2005, 03:41 PM
Is there a way that a person can submit a .zip file ONLY! and is emailed to me?
I need a form that does this with an input that they put the name of the object? All I need is the input for the name, the input for the file, the browse button to find the file, and the submit.
Using PHP I would upload the file and then attach it to the email and send it, it's easy to make sure that the extension is only .zip
Kbuzzer
June 13th, 2005, 04:46 PM
But wat is the whole code, I have no idea how to do php. :(
bwh2
June 14th, 2005, 03:31 AM
look at phpfreaks.com for some php e-mail tutorials (in addition, you can find some of these on kirupa) and try to make some sense of them. also, look into and ask questions about the explode function because that will enable you to allow only .zip.
i don't have time to write the code and i'm not sure anyone here will just write it all for you. so you'll have to do the leg work, but people in server-side will help if you make an effort.
teiz77
June 14th, 2005, 04:20 AM
take a look at htmlmimemail at phpguru.org. It's a nice set of classes that can do the job for you.
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.