Wordpress plugin - users send files to owner - php

I'm doing a WordPress page and I need that the people that visit the page can send to me (the owner) images.
I don't want them to be able to upload them to the page, I just want to be able to receive the images via mail.
Is there any wordpress plugin that can do this?

use contact form 7, create a form like this
[text* your-name placeholder "Name"]
[tel* your-phone placeholder "Phone Number"]
[email* your-email placeholder "Email Address"]
Attach Image (upto 2mb)// normal hosting space is having this much upload limit only
[file* your-file filetypes:jpeg|png limit:2mb]
[textarea* your-message 40x3 placeholder "Message if any"]
[submit "Send Now"]
Go to Second Tab called as 'mail'-> Go Down and add this in file attachments - [your-file]
Save contact form and use the shortcode to display on your page as a form.
You will receive image in your email as an attachment.

You can use google forms:
https://www.google.com/forms/about/
Here is the example:
https://www.iamm-kw.net/
scroll down to the button "Send Video"
when you click or tap the button, you will go to google forms website where you can log in with your google account and submit almost any heavy file.
You will be notified via email that somebody sent you a file.
The file may be logged in google sheets (kind of excel doc) with all the form values.
For example:
Name Joe Last Name Dow File Description this is my first attempt to take a good photo in the woods. Comments: please, accept this file
This Google sheets file will keep a log of all their uploads and whatever fields you specify in the upload form.
Cons: to upload a file they will need a Google account
Every time somebody visits the forms site, even without uploading anything, Google will send you a letter, that you have 15 GB left and if you don't want your users to have problems with upload, please upgrade your storage.
Pros: Fast and convenient. No plugins, no codes. big files, you can keep logs.

Related

wordpress Simple Job board plugin hide cv attachment form

I want applicants do not upload their resumes. We would like to disable the upload of the resumes and just have them send them to an email address. But we can’t find anywhere to remove the resume upload field from the form. How can we remove the ability to attach a resume?
I have tried to hide the form through CSS but it is not the solution ,
I know there is a addon for it but I couldn't by it.

how to add a cv section in job portal website with php?

i want to create a job portal website with PHP and add a CV section on it for example when the user want to apply for a job he will click on the cv section section and fill the form and he will click on submit bottom which will sent to the administrator and the administrator will have the possibility to download the CV in an PDF format .how can i do that with php?
Code the whole process or use existing services that can provide CV or Pro Profile.
Viadeo, DoYouBuzz (Linkedin doesn't offer a great API for this) or parse a Doc / PDF with solution like Sovren parsing.
You ask for a whole project, you won't find this out of the box.

php mail form with multiple attachment with real time upload

Im new to php. I wan a create email form for a website that can be attached multiple attachments and send mail.
I want 1 file field then i can browse image and hit upload, so it will upload and massage come beside as done. and then i should be able to upload another image. ( like gmail attachments )
can anyone help me to do this.
check this link, i want it like this
http://www.web2pyslices.com/slice/show/1473/sending-email-from-a-form-with-multiple-documents-options
( see number 6 )
If you are ready to jquery, then I have something for you.
You may use Uploadify (requires flash support) or AxUploader (doesn't require flash). These uploaders has got progress bars as on Gmail. Both of them have customizable options.

Create Image/pdf/screenshot of webpage on click of a button

I have looked a for a way of allowing a user to click a button that will allow them to save an image or pdf of the current page. The page always chnages and relys on user input, based on this , sequences are returned , colored in different ways. So any way that will allow the user to take a screenshot and download it or save page as image , via a button or link. Can anyone help??
That's not a just like "add the button", you'll need many lines of code on the server-side if you'll decide to do it on your own.
If you really want to add the button only, I'd suggest to use AddThis for this task, it offers hundreds of possibilites, also online PDF generating, sharing by e-mail, support for social network sites, etc etc

Need to create image from content of div

I want to create a programme that can
take text input from user and adjust anywhere in specific div
change font, fontcolor and size as per user selection
upload image as background
save whole customization and send as email
with help of PHP/JavaScript
Can anyone suggest how to do this.
Main issue is create image from user customization.
An existing programme to do this is also acceptable
I am programmer and working on php javascript magento
EDIT
Reading your description, it doesn't sound like you really need a screencapture-like version of the content the user created, you just need an HTML embedded editor and a way for someone to upload an image as the background with a way to preview the result. You can send emails with backgrounds using CSS.
(Not sure what you mean, but I presume you can figure this one out)
Use TinyMCE for an editor: http://tinymce.moxiecode.com/
Use jQuery AJAX file upload plugins (maybe http://www.uploadify.com/)
Submit the form (with the selected settings and edited html) to server and process as email
Try here for how to add an image to the background of an email:
http://www.campaignmonitor.com/blog/post/3170/adding-background-images-to-your-email-in-two-simple-steps/

Categories