Click here to Skip to main content
15,883,817 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: How to improve speed of a website? Pin
MadMyche18-Dec-19 8:13
professionalMadMyche18-Dec-19 8:13 
AnswerRe: How to improve speed of a website? Pin
ChristaElrod10-Mar-20 2:33
ChristaElrod10-Mar-20 2:33 
QuestionHow to improve speed of a website? Pin
Member 146804835-Dec-19 23:43
Member 146804835-Dec-19 23:43 
AnswerRe: How to improve speed of a website? Pin
Member 1469538519-Dec-19 19:11
professionalMember 1469538519-Dec-19 19:11 
QuestionSecure A Web API Pin
Kevin Marois4-Dec-19 9:11
professionalKevin Marois4-Dec-19 9:11 
AnswerRe: Secure A Web API Pin
Mycroft Holmes4-Dec-19 13:15
professionalMycroft Holmes4-Dec-19 13:15 
GeneralRe: Secure A Web API Pin
Kevin Marois4-Dec-19 13:34
professionalKevin Marois4-Dec-19 13:34 
QuestionSQL .bak file upload site Pin
Member 146755902-Dec-19 7:11
Member 146755902-Dec-19 7:11 
I am trying to design a simple webpage for our customers to upload a sql database backup file. I have a basic form but not sure where to go from here. New to this. Here is my code so far.

<!DOCTYPE html>
<html>
<body>
<form action="" method="post" enctype="multipart/form-data">
<img src="fieldedge_logo.jpg" width="297" height="182" alt=""/> <br>
<h1 style="color:black;" >Customer File Upload Site</h1><br><br>
<h3 style="color:black" >Please enter your Customer Name:</h3><input type="text" name="CustName"/><br><br>
<input type="file" 
	   name="file"
	   accpt=".bak"/>
<br>
<input type="submit" value="Upload"/>
</form>	
	
</body>
</html>"

AnswerRe: SQL .bak file upload site Pin
jkirkerx2-Dec-19 10:42
professionaljkirkerx2-Dec-19 10:42 
QuestionWindows Service Pin
RajaMohammed.A28-Nov-19 0:56
RajaMohammed.A28-Nov-19 0:56 
AnswerRe: Windows Service Pin
phil.o28-Nov-19 0:59
professionalphil.o28-Nov-19 0:59 
AnswerRe: Windows Service Pin
Richard MacCutchan28-Nov-19 7:21
mveRichard MacCutchan28-Nov-19 7:21 
QuestionHow to remove unused CSS Pin
Member 1466872726-Nov-19 2:22
Member 1466872726-Nov-19 2:22 
AnswerRe: How to remove unused CSS Pin
Eddy Vluggen26-Nov-19 2:55
professionalEddy Vluggen26-Nov-19 2:55 
PraiseRe: How to remove unused CSS Pin
Member 1466872727-Nov-19 2:10
Member 1466872727-Nov-19 2:10 
Questionfaulting module ClrProfilerAgent.dll Pin
Adinath123426-Nov-19 0:41
Adinath123426-Nov-19 0:41 
AnswerRe: faulting module ClrProfilerAgent.dll Pin
phil.o26-Nov-19 0:50
professionalphil.o26-Nov-19 0:50 
AnswerRe: faulting module ClrProfilerAgent.dll Pin
#realJSOP26-Nov-19 1:38
mve#realJSOP26-Nov-19 1:38 
GeneralRe: faulting module ClrProfilerAgent.dll Pin
Slacker00726-Nov-19 2:10
professionalSlacker00726-Nov-19 2:10 
AnswerRe: faulting module ClrProfilerAgent.dll Pin
OriginalGriff26-Nov-19 1:53
mveOriginalGriff26-Nov-19 1:53 
GeneralRe: faulting module ClrProfilerAgent.dll Pin
glennPattonWork326-Nov-19 2:03
professionalglennPattonWork326-Nov-19 2:03 
GeneralRe: faulting module ClrProfilerAgent.dll Pin
#realJSOP26-Nov-19 2:06
mve#realJSOP26-Nov-19 2:06 
GeneralRe: faulting module ClrProfilerAgent.dll Pin
Slacker00726-Nov-19 2:11
professionalSlacker00726-Nov-19 2:11 
GeneralRe: faulting module ClrProfilerAgent.dll Pin
Mike Hankey26-Nov-19 2:50
mveMike Hankey26-Nov-19 2:50 
AnswerRe: faulting module ClrProfilerAgent.dll Pin
Kornfeld Eliyahu Peter26-Nov-19 2:37
professionalKornfeld Eliyahu Peter26-Nov-19 2:37 

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.