Isengo
Isengo

Reputation: 2073

File Upload (restrict to Camera / not Gallery)

I´d like to Upload Fotos on my Website, but want to restrict it only for the camera, not the gallery.

Reason: I want to use the uploadtime as a timestamp and it should not do that with photos from the galery. Is there any way to accomplish that?

Upvotes: 3

Views: 1571

Answers (1)

flex_
flex_

Reputation: 733

you can use <input type="file" id="take-picture" accept="image/*"capture="camera"> i don't get your second point..? can you rephrase it

Upvotes: 5

Related Questions