Click here to Skip to main content
15,881,248 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: First SOAP project coming up, need clarification Pin
jkirkerx27-Jul-12 7:21
professionaljkirkerx27-Jul-12 7:21 
Question.net client, java soap web services , validation from soap headers Pin
Anuradhaanu22-Jul-12 23:08
Anuradhaanu22-Jul-12 23:08 
AnswerRe: .net client, java soap web services , validation from soap headers Pin
Richard MacCutchan23-Jul-12 3:20
mveRichard MacCutchan23-Jul-12 3:20 
Questionsending data to script on web server Pin
Danzy8321-Jul-12 11:42
Danzy8321-Jul-12 11:42 
AnswerRe: sending data to script on web server Pin
Sandeep Mewara21-Jul-12 19:58
mveSandeep Mewara21-Jul-12 19:58 
AnswerRe: sending data to script on web server Pin
David Mujica23-Jul-12 2:22
David Mujica23-Jul-12 2:22 
GeneralRe: sending data to script on web server Pin
Danzy8323-Jul-12 4:34
Danzy8323-Jul-12 4:34 
GeneralRe: sending data to script on web server Pin
Andrei Straut23-Jul-12 9:04
Andrei Straut23-Jul-12 9:04 
If the list of phone numbers contains only the phone numbers (no delimiters, no other fancy characters) and is a simple newline-delimited text file, then it should be no problem sending it to the server, even with a range of phone numbers much, much larger than what you're talking about (I've actually created a text file with 50,000 numbers, in the format: +40 123 456 789. It took 840kb).

I also think you can set the maximum post size in the server's php.ini configuration file, if of course, you have access to it

EDIT: Yep, found it (in php.ini file), it's this:
post_max_size = 8M

Set this to whatever you need to (even though cases when you'd have to go beyond 8MB are quite rare)
Full-fledged Java/.NET lover, full-fledged PHP hater.
Full-fledged Google/Microsoft lover, full-fledged Apple hater.
Full-fledged Skype lover, full-fledged YM hater.

GeneralRe: sending data to script on web server Pin
David Mujica23-Jul-12 11:05
David Mujica23-Jul-12 11:05 
AnswerRe: sending data to script on web server Pin
jkirkerx23-Jul-12 10:17
professionaljkirkerx23-Jul-12 10:17 
QuestionCGI in Java - Legacy but interesting (for educational purposes) Pin
ppign20-Jul-12 23:15
ppign20-Jul-12 23:15 
AnswerRe: CGI in Java - Legacy but interesting (for educational purposes) Pin
Trak4Net21-Jul-12 11:22
Trak4Net21-Jul-12 11:22 
QuestionContact me Web page Pin
flinchy319-Jul-12 4:51
flinchy319-Jul-12 4:51 
AnswerRe: Contact me Web page Pin
R. Giskard Reventlov19-Jul-12 5:38
R. Giskard Reventlov19-Jul-12 5:38 
GeneralRe: Contact me Web page Pin
flinchy324-Jul-12 3:06
flinchy324-Jul-12 3:06 
GeneralRe: Contact me Web page Need Help Pin
flinchy326-Jul-12 4:35
flinchy326-Jul-12 4:35 
QuestionInner Exception while creating an instance of java web service in .net client Pin
Anuradhaanu18-Jul-12 19:01
Anuradhaanu18-Jul-12 19:01 
AnswerRe: Inner Exception while creating an instance of java web service in .net client Pin
Sandeep Mewara18-Jul-12 19:52
mveSandeep Mewara18-Jul-12 19:52 
QuestionRebinding Problem with Jquery knockout.js with MVC Pin
Vimalsoft(Pty) Ltd18-Jul-12 5:08
professionalVimalsoft(Pty) Ltd18-Jul-12 5:08 
AnswerRe: Rebinding Problem with Jquery knockout.js with MVC Pin
Vimalsoft(Pty) Ltd18-Jul-12 22:37
professionalVimalsoft(Pty) Ltd18-Jul-12 22:37 
Generalinstance of a soap web service not creating Pin
Anuradhaanu18-Jul-12 2:40
Anuradhaanu18-Jul-12 2:40 
Questionjava soap webservice and .net client validating service using soap headers Pin
Anuradhaanu17-Jul-12 18:42
Anuradhaanu17-Jul-12 18:42 
SuggestionRe: java soap webservice and .net client validating service using soap headers - Repost Pin
Richard MacCutchan17-Jul-12 21:54
mveRichard MacCutchan17-Jul-12 21:54 
Questiontracing Pin
hossam jarrah16-Jul-12 23:18
hossam jarrah16-Jul-12 23:18 
GeneralRe: tracing Pin
Sandeep Mewara16-Jul-12 23:33
mveSandeep Mewara16-Jul-12 23:33 

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.