Click here to Skip to main content
15,916,846 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: AJAX Problem adding OnClick JavaScript Even To Row... Pin
michaelastewartmas20-Apr-07 14:03
michaelastewartmas20-Apr-07 14:03 
QuestionEmbedding Binary Data Pin
Hedonism17-Apr-07 23:36
Hedonism17-Apr-07 23:36 
QuestionHow much shall I charge for this project? Pin
Spirytus17-Apr-07 22:48
Spirytus17-Apr-07 22:48 
AnswerRe: How much shall I charge for this project? Pin
Bradml17-Apr-07 23:08
Bradml17-Apr-07 23:08 
GeneralRe: How much shall I charge for this project? Pin
Spirytus17-Apr-07 23:53
Spirytus17-Apr-07 23:53 
AnswerRe: How much shall I charge for this project? Pin
Paddy Boyd18-Apr-07 0:21
Paddy Boyd18-Apr-07 0:21 
AnswerRe: How much shall I charge for this project? Pin
Pete O'Hanlon18-Apr-07 2:34
mvePete O'Hanlon18-Apr-07 2:34 
GeneralRe: How much shall I charge for this project? Pin
Bradml18-Apr-07 5:50
Bradml18-Apr-07 5:50 
GeneralRe: How much shall I charge for this project? Pin
Pete O'Hanlon18-Apr-07 22:22
mvePete O'Hanlon18-Apr-07 22:22 
Answerthx everyone! Pin
Spirytus18-Apr-07 10:20
Spirytus18-Apr-07 10:20 
GeneralRe: thx everyone! Pin
L Viljoen19-Apr-07 0:19
professionalL Viljoen19-Apr-07 0:19 
QuestionUpload Entire Folder (with Sub Folders) Pin
mavrikkk17-Apr-07 22:44
mavrikkk17-Apr-07 22:44 
AnswerRe: Upload Entire Folder (with Sub Folders) Pin
Bradml17-Apr-07 23:06
Bradml17-Apr-07 23:06 
QuestionReceive SMS from mobile to computer Pin
cb mehta17-Apr-07 22:14
cb mehta17-Apr-07 22:14 
QuestionJavascript Codebehind Pin
L Viljoen17-Apr-07 21:51
professionalL Viljoen17-Apr-07 21:51 
AnswerRe: Javascript Codebehind Pin
Bradml17-Apr-07 23:04
Bradml17-Apr-07 23:04 
AnswerRe: Javascript Codebehind Pin
Guffa18-Apr-07 8:19
Guffa18-Apr-07 8:19 
QuestionAbt AJAX Pin
A.Muthunagai17-Apr-07 18:51
A.Muthunagai17-Apr-07 18:51 
AnswerRe: Abt AJAX Pin
Sathesh Sakthivel17-Apr-07 19:55
Sathesh Sakthivel17-Apr-07 19:55 
QuestionChat application in FLASH Pin
A.Muthunagai17-Apr-07 18:49
A.Muthunagai17-Apr-07 18:49 
QuestionHTML Javascript email form help. Pin
bobm517-Apr-07 15:13
bobm517-Apr-07 15:13 
AnswerRe: HTML Javascript email form help. Pin
kubben17-Apr-07 15:23
kubben17-Apr-07 15:23 
QuestionSet Focus & Selected Value on DDL in EditTemp Ctrl Pin
RickyD217-Apr-07 9:54
RickyD217-Apr-07 9:54 
QuestionAllow WS to save outside web directory Pin
picazo17-Apr-07 9:07
picazo17-Apr-07 9:07 
AnswerRe: Allow WS to save outside web directory Pin
Fred_Smith17-Apr-07 10:43
Fred_Smith17-Apr-07 10:43 
I had a similar requirement some tiome back... as far as I know (which isn't saying much...) this can't be done (security don't you know, ooh...), but as it was an acceptable solution for me to save the files within another, different web directory I was able to get around this by:
a) saving the files to the current one;
b) using an FTP class to transfer them to the second directory;
c) deleting the originals;
Maybe not so elegant, but it did the job...
regards
F

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.