Jump to content

submit button


lisa33

Recommended Posts

as in upload the file to your server instead of emailing it?

 

try hitting google for "php upload file"

 

should give you some good pointers to get started,

 

not too complicated

 

 

yes i want the information uploaded to my server instead of it being emailed to an email address. is that possible??? im not very firmiliar with php but im trying to learn. i have created a form in dreamweaver and i am now just trying to activate it with php.

Link to comment
https://forums.phpfreaks.com/topic/101274-submit-button/#findComment-518044
Share on other sites

Yes that is possible, as I said once you get the form data, PHP can do with it pretty much whatever you like. Currently you must have a script that is taking the information and attaching it to an email, this can be changed or replaced entirely to do something different.

 

Upload scripts as Amites said are very common so searching google or visiting hotscripts.com would be a good start.

 

Otherwise you can post your Form and let people here show you how to make one for it.

Link to comment
https://forums.phpfreaks.com/topic/101274-submit-button/#findComment-518289
Share on other sites

Thank you so much! the upload is currently working, but I would like to add more fields, such as an email and comment box.  I would also love to have a progress bar.. because it seems to take a very long time to upload video, I dont want clients to think the site crashed or is not working... the link is: http://globaltechstudios.com/upload.php

Link to comment
https://forums.phpfreaks.com/topic/101274-submit-button/#findComment-518833
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.