Click here to Skip to main content
15,792,482 members
Home / Discussions / Web Development
   

Web Development

 
QuestionDigital Signatures Pin
Nathan Minier19-Sep-17 8:08
professionalNathan Minier19-Sep-17 8:08 
QuestionLogin form php,mysql,ajax Pin
Dalee1716-Sep-17 15:55
Dalee1716-Sep-17 15:55 
AnswerRe: Login form php,mysql,ajax Pin
W Balboos, GHB11-Oct-17 6:46
W Balboos, GHB11-Oct-17 6:46 
Questionhtml warning Pin
dcof30-Aug-17 13:10
dcof30-Aug-17 13:10 
AnswerRe: html warning Pin
W Balboos, GHB20-Sep-17 3:18
W Balboos, GHB20-Sep-17 3:18 
AnswerRe: html warning Pin
Member 1349103928-Oct-17 13:56
Member 1349103928-Oct-17 13:56 
QuestionScroll Bar in Popup Window Pin
shahbaz shaikh27-Aug-17 4:37
shahbaz shaikh27-Aug-17 4:37 
QuestionHow do I configure dropzone.js? Pin
Member 1307448726-Aug-17 14:39
Member 1307448726-Aug-17 14:39 
I want to configure dropzone for removing images, I've done `addRemoveLinks: true` i want the php code to delete that file? How can I get the id of the file to delete? And my second question is how can I upload videos through dropzone? And the third question is how can I restrict size of the files in dropzone?


I've tried this:
Dropzone.autoDiscover = false;
        var myDropzone = new Dropzone("#myDropzone", {
        url: "delete.php",
        maxFileSize: 50,
        acceptedFiles: ".pdf",
        addRemoveLinks: true,


I want the code for delete.php, along with the query..
Rant[REPOST]: How do I configure dropzone.js? Pin
Richard Deeming29-Aug-17 3:43
mveRichard Deeming29-Aug-17 3:43 
SuggestionCrystal Reports XI v. IIS 10 Pin
Zimriel11-Aug-17 7:04
Zimriel11-Aug-17 7:04 
GeneralRe: Crystal Reports XI v. IIS 10 Pin
Nathan Minier14-Aug-17 3:03
professionalNathan Minier14-Aug-17 3:03 
QuestionHow do you code an application modal? Pin
charlieg4-Aug-17 13:08
charlieg4-Aug-17 13:08 
AnswerRe: How do you code an application modal? Pin
Kornfeld Eliyahu Peter5-Aug-17 11:02
professionalKornfeld Eliyahu Peter5-Aug-17 11:02 
GeneralRe: How do you code an application modal? Pin
charlieg6-Aug-17 5:15
charlieg6-Aug-17 5:15 
GeneralRe: How do you code an application modal? Pin
Kornfeld Eliyahu Peter6-Aug-17 8:40
professionalKornfeld Eliyahu Peter6-Aug-17 8:40 
AnswerRe: How do you code an application modal? Pin
Nathan Minier7-Aug-17 2:48
professionalNathan Minier7-Aug-17 2:48 
GeneralRe: How do you code an application modal? Pin
charlieg7-Aug-17 15:16
charlieg7-Aug-17 15:16 
AnswerRe: How do you code an application modal? Pin
Richard Deeming8-Aug-17 11:03
mveRichard Deeming8-Aug-17 11:03 
GeneralRe: How do you code an application modal? Pin
Nathan Minier10-Aug-17 2:23
professionalNathan Minier10-Aug-17 2:23 
QuestionWhat is the best way, the web application responsive? Pin
Geeth Lochana1-Aug-17 15:15
Geeth Lochana1-Aug-17 15:15 
AnswerRe: What is the best way, the web application responsive? Pin
Richard MacCutchan1-Aug-17 22:16
mveRichard MacCutchan1-Aug-17 22:16 
GeneralRe: What is the best way, the web application responsive? Pin
Trần Văn Khương19-Sep-17 18:17
professionalTrần Văn Khương19-Sep-17 18:17 
AnswerRe: What is the best way, the web application responsive? Pin
ZurdoDev7-Aug-17 4:23
professionalZurdoDev7-Aug-17 4:23 
QuestionHow to make pop-up dialog-box responsive ? Pin
Member 133393981-Aug-17 1:46
Member 133393981-Aug-17 1:46 
AnswerRe: How to make pop-up dialog-box responsive ? Pin
Jochen Arndt1-Aug-17 2:04
professionalJochen Arndt1-Aug-17 2:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.