Click here to Skip to main content
15,888,816 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: How to find server name Pin
Richard MacCutchan29-Nov-18 9:58
mveRichard MacCutchan29-Nov-18 9:58 
Questionhtml fonts display differently Pin
dcof28-Nov-18 10:00
dcof28-Nov-18 10:00 
AnswerRe: html fonts display differently Pin
Richard MacCutchan28-Nov-18 21:46
mveRichard MacCutchan28-Nov-18 21:46 
QuestionRESTful API practices in the realworld Pin
wolfbinary28-Nov-18 4:35
wolfbinary28-Nov-18 4:35 
AnswerRe: RESTful API practices in the realworld Pin
Richard Deeming28-Nov-18 5:48
mveRichard Deeming28-Nov-18 5:48 
QuestionWhat is a clearfix hack in CSS where exactly can I use this CSS class? How many types we have in this. Pin
Member 1406829826-Nov-18 21:29
Member 1406829826-Nov-18 21:29 
AnswerRe: What is a clearfix hack in CSS where exactly can I use this CSS class? How many types we have in this. Pin
Richard MacCutchan27-Nov-18 0:26
mveRichard MacCutchan27-Nov-18 0:26 
QuestionLaunch a form from local HDD Pin
_Flaviu22-Nov-18 7:00
_Flaviu22-Nov-18 7:00 
Hi. I come here with an issue: how to launch a form from a local HDD, after an online model:
I have a original model:
HTML
<form name="uf" method="POST" action="/WSD4RRR/somefile.do" enctype="multipart/form-data">
	<div style="background-color: #c6c6c6; padding: 5px">
		<span>Choose file:</span> <span> <input type="file" name="linkdoc" size="75" value=""></span><span><input type="submit" value="Send"></span>
	</div>
	<p style="color: red;">
</form></td>

my (critical) task is to programmatically put a file without using CFileDialog, and to programmatically click "Send" button.
I create a clone of this html file, on my local HDD, just like this:
HTML
<form name="uf" method="POST" action="https://original.site.com/WSD4RRR/somefile.do" enctype="multipart/form-data">
	<div style="background-color: #c6c6c6; padding: 5px">
		<span>Choose file:</span> <span> <input type="text" name="linkdoc"></span><span><input type="submit" value="Send"></span>
	</div>
	<p style="color: red;">
		
	</p>
</form>

I only replaced
input type="file"
with
input type="text"

and, most important, action ... but when I click "Send", I get a response from server: You are not choosen any file" ... which is right, because on my file, on "action" tag I put the original file path ... do you know what I mean ?
I put all these into a VC++ app, where I used CHtmlView for handling all this ... but I am stuck here ... and I don't see any output ... it is mean a lot for me to solve this ... Can you give me a little help ?

Thank you.
AnswerRe: Launch a form from local HDD Pin
F-ES Sitecore27-Nov-18 0:19
professionalF-ES Sitecore27-Nov-18 0:19 
GeneralRe: Launch a form from local HDD Pin
_Flaviu27-Nov-18 1:34
_Flaviu27-Nov-18 1:34 
GeneralRe: Launch a form from local HDD Pin
F-ES Sitecore27-Nov-18 3:51
professionalF-ES Sitecore27-Nov-18 3:51 
GeneralRe: Launch a form from local HDD Pin
_Flaviu27-Nov-18 6:22
_Flaviu27-Nov-18 6:22 
GeneralRe: Launch a form from local HDD Pin
F-ES Sitecore27-Nov-18 6:33
professionalF-ES Sitecore27-Nov-18 6:33 
GeneralRe: Launch a form from local HDD Pin
_Flaviu27-Nov-18 8:47
_Flaviu27-Nov-18 8:47 
GeneralRe: Launch a form from local HDD Pin
F-ES Sitecore27-Nov-18 23:11
professionalF-ES Sitecore27-Nov-18 23:11 
GeneralRe: Launch a form from local HDD Pin
_Flaviu27-Nov-18 23:22
_Flaviu27-Nov-18 23:22 
GeneralRe: Launch a form from local HDD Pin
F-ES Sitecore27-Nov-18 23:38
professionalF-ES Sitecore27-Nov-18 23:38 
GeneralRe: Launch a form from local HDD Pin
_Flaviu29-Nov-18 2:27
_Flaviu29-Nov-18 2:27 
Questionlearning CSS Pin
_Q12_20-Nov-18 11:52
_Q12_20-Nov-18 11:52 
AnswerRe: learning CSS Pin
Nathan Minier21-Nov-18 1:10
professionalNathan Minier21-Nov-18 1:10 
GeneralRe: learning CSS Pin
_Q12_21-Nov-18 3:45
_Q12_21-Nov-18 3:45 
AnswerRe: learning CSS Pin
W Balboos, GHB11-Dec-18 8:30
W Balboos, GHB11-Dec-18 8:30 
GeneralRe: learning CSS Pin
_Q12_11-Dec-18 14:45
_Q12_11-Dec-18 14:45 
GeneralRe: learning CSS Pin
W Balboos, GHB12-Dec-18 0:53
W Balboos, GHB12-Dec-18 0:53 
QuestionDomain Masking (SOLVED) Pin
samflex16-Nov-18 4:00
samflex16-Nov-18 4:00 

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.