473,387 Members | 1,520 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

file uploading

I am a fresher in php and java script. that's wy i join a group for do
a discussion on different concepts of php and java scripts.
now i m working on file uploading.So i need a discussion on this
topic.
Any one who concern about this topic can mail me on my id.

Apr 26 '07 #1
7 1987
Message-ID: <11**********************@c18g2000prb.googlegroups .comfrom
ya*********@gmail.com contained the following:
>I am a fresher in php and java script. that's wy i join a group for do
a discussion on different concepts of php and java scripts.
now i m working on file uploading.So i need a discussion on this
topic.
Any one who concern about this topic can mail me on my id.
I'd recommend you read a primer on Usenet first.

--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
Apr 26 '07 #2
Geoff Berrow wrote:
Message-ID: <11**********************@c18g2000prb.googlegroups .comfrom
ya*********@gmail.com contained the following:
>I am a fresher in php and java script. that's wy i join a group for do
a discussion on different concepts of php and java scripts.
now i m working on file uploading.So i need a discussion on this
topic.
Any one who concern about this topic can mail me on my id.

I'd recommend you read a primer on Usenet first.
Geoff,

He's using Google Groups. Probably doesn't even know what usenet is.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Apr 26 '07 #3
ya*********@gmail.com wrote:
I am a fresher in php and java script. that's wy i join a group for do
a discussion on different concepts of php and java scripts.
now i m working on file uploading.So i need a discussion on this
topic.
Any one who concern about this topic can mail me on my id.
If you want to discuss something or have a question you need an answer
to, be specific about what you are looking for, the issue you bump into
and/or the relevant code you want to know something about, be it an
opinion or a correction.

I don't feel the need to enter a discussion proposal as general as you
put it here. What do you want ? A general opinion on file uploading? Is
that of any importance to anyone?

Answers/replies will generally be sent to the group you posted in, _not_
personally to your email address, so everyone may benefit from what's said.

Next time, be a little patient before you post the same thing thrice. It
may take some time before your post shows up in your newsreader, or
google groups.

Looking forward to your specific question/remarks about a PHP
fileuploading example, technique, or problem.

Sh.
Apr 26 '07 #4
Message-ID: <nq******************************@comcast.comfro m Jerry
Stuckle contained the following:
>>Any one who concern about this topic can mail me on my id.

I'd recommend you read a primer on Usenet first.

Geoff,

He's using Google Groups. Probably doesn't even know what usenet is.
<sigh Yes I know. But he could Google it. :-)

Someone should take Google outside and give them a good kicking for
passing Usenet off as their own.
--
Geoff Berrow (put thecat out to email)
It's only Usenet, no one dies.
My opinions, not the committee's, mine.
Simple RFDs http://www.ckdog.co.uk/rfdmaker/
Apr 26 '07 #5
Rik
Geoff Berrow wrote:
Message-ID: <nq******************************@comcast.comfro m Jerry
Stuckle contained the following:
>>>Any one who concern about this topic can mail me on my id.
I'd recommend you read a primer on Usenet first.
Geoff,

He's using Google Groups. Probably doesn't even know what usenet is.

<sigh Yes I know. But he could Google it. :-)

Someone should take Google outside and give them a good kicking for
passing Usenet off as their own.
Unfortunately they're hardly alone. It's the new eternal september.

Then again, last time I checked Google Groups (not by choice obviously),
it warned me when a group was a Usenet one...

--
Rik Wasmus

Estimated date being able to walk again: 01-05-2007.
Less then a week, hurray!
Apr 26 '07 #6
Rik wrote:
Geoff Berrow wrote:
>Message-ID: <nq******************************@comcast.comfro m Jerry
Stuckle contained the following:
>>>>Any one who concern about this topic can mail me on my id.
I'd recommend you read a primer on Usenet first.

Geoff,

He's using Google Groups. Probably doesn't even know what usenet is.

<sigh Yes I know. But he could Google it. :-)

Someone should take Google outside and give them a good kicking for
passing Usenet off as their own.

Unfortunately they're hardly alone. It's the new eternal september.

Then again, last time I checked Google Groups (not by choice obviously),
it warned me when a group was a Usenet one...
Yes, but at least you know what usenet is, Rik. To someone who never
heard of Usenet, the warning is meaningless.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Apr 26 '07 #7
ya*********@gmail.com kirjoitti:
I am a fresher in php and java script. that's wy i join a group for do
a discussion on different concepts of php and java scripts.
now i m working on file uploading.So i need a discussion on this
topic.
Here's a discussion: boy that file uploading is well covered in the
php.net manual, don't you think?
Any one who concern about this topic can mail me on my id.
This is usenet, so instead of mailing I'll just reply to group.

--
Ra*********@gmail.com

"Wikipedia on vähän niinq internetin raamattu, kukaan ei pohjimmiltaan
usko siihen ja kukaan ei tiedä mikä pitää paikkansa." -- z00ze
Apr 27 '07 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: R. Rajesh Jeba Anbiah | last post by:
Q: How should I handle file upload? A: File uploading requires HTML form of content type "multipart/form-data". The file content has to be POSTed/submitted via the form and once the file is...
1
by: Jonathan | last post by:
Hi everyone, I have a problem with the file uploading in Asp.Net and I have read a lot on forums on this but never found an answer. Here is the problem: I know Asp.Net maximum Length for...
2
by: Daniel Reber | last post by:
I have an application that is sending a file to a location on a network. I have a windows service that is monitoring that location for new files and then processing them. Sometimes the service...
4
by: Shawn Mesiatowsky | last post by:
I have an html form that accepts a file for uploading, but I wanted to create a program to automate the upload procedure. I beileive you use the Webresponse class, but I was not sure how to use...
4
by: Kenneth Keeley | last post by:
Hi, I have a page that uploads files to my server and I wish to display a "Please wait while uploading" page to the user while the file is uploading. I have been able to redirect the user once the...
13
by: Sky Sigal | last post by:
I have created an IHttpHandler that waits for uploads as attachments for a webmail interface, and saves it to a directory that is defined in config.xml. My question is the following: assuming...
3
by: Mike Kelly | last post by:
Hi. I've built a page using standard ASP.NET 2.0 features and when I upload a large file (>20MB) to our intranet server, I get a paltry 100KB/s on our 100Mb/s LAN. Simply copying the file, I get...
1
by: King | last post by:
Hello, I would like to check to see if the file that I am uploading to my server is of type CSV. I am currently doing that with the following snippet: HttpPostedFile file =...
3
ganesanji
by: ganesanji | last post by:
hi all, I have written a php coding for uploading a file to a specific folder or location in server which is a Linux server. I think the coding for file uploaing is correct. But it does not...
4
rahulephp
by: rahulephp | last post by:
i think i am missing something in the below script: It shows error an do not upload files to destination: Let me know how to solve this: <?php if (isset($_POST)) { $uploadArray=...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.