473,664 Members | 2,728 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

looking for ajax image upload script

Hello,

Does anyone know of an easy to implement ajax upload script for php
which also has a progress bar. If possible I'd like it to be able to
remove already uploaded files and do minor manipulations.. .
Thanks.

Jun 26 '07 #1
3 3259
Ken1 wrote:
Hello,

Does anyone know of an easy to implement ajax upload script for php
which also has a progress bar. If possible I'd like it to be able to
remove already uploaded files and do minor manipulations.. .
Thanks.
Ajax? Fine.
But how are you planning to use PHP to see ow many bytes are uploaded?
I did this in Java (easy), and Perl, but I don't think PHP gives you any
access to this knowledge.
As far as I know, PHP populates $_FILES and the like AFTER the upload is
completed.

If you have Perl installed on your webserver too, have a look at Mega Upload
(written in Perl).
Read more here:
sourceforge.net/projects/megaupload (when the site is up again....)

Regards and good luck,
Erwin Moller
Jun 26 '07 #2
Erwin Moller wrote:
>
Ajax? Fine.
But how are you planning to use PHP to see ow many bytes are uploaded?
I did this in Java (easy), and Perl, but I don't think PHP gives you any
access to this knowledge.
As far as I know, PHP populates $_FILES and the like AFTER the upload is
completed.

If you have Perl installed on your webserver too, have a look at Mega Upload
(written in Perl).
Read more here:
sourceforge.net/projects/megaupload (when the site is up again....)

Regards and good luck,
Erwin Moller
This is no longer true as of PHP 5.2.0. See the uploadprogress
extension (http://pecl.php.net/uploadprogress). Install this extension
and you can magically get progress information on uploads while they occur.

I have used this for upload progress monitoring in several applications
with great success.

OP, please note that "AJAX File Upload" is not really the proper term
here. You must submit your file upload via regular methods (one way is
to submit the file upload to a hidden frame) and then use asynchronous
requests (a.k.a. "AJAX") to *monitor* the progress. Submitting the file
itself via XmlHttpRequest is not possible.

Jeremy
Jun 26 '07 #3
Jeremy wrote:
Erwin Moller wrote:
>>
Ajax? Fine.
But how are you planning to use PHP to see ow many bytes are uploaded?
I did this in Java (easy), and Perl, but I don't think PHP gives you any
access to this knowledge.
As far as I know, PHP populates $_FILES and the like AFTER the upload is
completed.

If you have Perl installed on your webserver too, have a look at Mega
Upload (written in Perl).
Read more here:
sourceforge.ne t/projects/megaupload (when the site is up again....)

Regards and good luck,
Erwin Moller

This is no longer true as of PHP 5.2.0. See the uploadprogress
extension (http://pecl.php.net/uploadprogress). Install this extension
and you can magically get progress information on uploads while they
occur.
Great. And about time too. ;-)
Thanks for the correction.

Regards,
Erwin Moller

Jun 27 '07 #4

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

Similar topics

15
5336
by: David Lozzi | last post by:
Howdy, I have a function that uploads an image and that works great. I love ..Nets built in upload, so much easier than 3rd party uploaders! Now I am making a public function that will take the path of the uploaded image, and resize it with the provided dimensions. My function is below. The current function is returning an error when run from the upload function: A generic error occurred in GDI+. Not sure what exactly that means. From what...
12
7769
by: JMB | last post by:
Hello, I was wondering if anyone knew of any projects extending the inline upload progress bar to utilize an inpage image uploader with bar, without having to refresh or go to a seperate page, nor opening a second box for display of the progress bar. I had been using the MegaUpload that was adapted from Raditha's script at http://www.raditha.com/upload.php . The MegaUpload script I have been using takes the progress bar inpage,...
3
2926
by: Manish | last post by:
I am developing a photo gallery. 1. The user will be able to upload the photo a) Edit the photo using various GD library functions viz. flip, rotate, ... 2. AJAX is implemented in a small part -------------------------------------------------------------------------------------------------------------------------------- ajax.php
3
20071
by: Senthil | last post by:
Hi all I'm new in ajax. How to upload a image using ajax..
1
2875
by: bsprogs | last post by:
I am currnetly programming a file hosting website in PHP and I am slowly integrating AJAX into the website. Here is my problem: The user uploads the file. The server processes the file and stores a $_SESSION variable. After the upload is complete, the server supplies a link that allows the user to view their link codes. Once they click the link, the page will return the information stored in the $_SESSION variable. The normal link which...
3
4500
by: kksandeep | last post by:
i am using this three files to uplod file. i got this file from net but i think these have some error. i am new to this field plz help the script i found is some helpful but not too that i need my objective is this that when i uplod a file it should be desply on same page with ajax uplod after when i refresh page this should be not remains longer and on clicking other image its replase previous image plz help how i can do this the...
1
3949
by: kksandeep | last post by:
i am using this three files to uplod file. i got this file from net but i think these have some error. i am new to this field plz help the script i found is some helpful but not too that i need my objective is this that when i uplod a file it should be desply on same page with ajax uplod after when i refresh page this should be not remains longer and on clicking other image its replase previous image plz help how i can do this the...
13
2509
by: blindlemon1983 | last post by:
php version - 4.4.4 mysql version - 4.1.22 Hi, my problem is rooted in how blogs handle ajax requests from a database returning html in the form of an image element. So the blog contains reference to a js file on the server which interacts with a php script in the same folder that then returns an image element (eg. <img src="http://www....) to the js script that writes the code using innerHTML. Page > javascript (creation of XMLHTTPRequest...
11
2578
by: ziycon | last post by:
Ok, I've gone through the code at http://www.webtoolkit.info/ajax-file-upload.html and I'm totally lost, haven't got a clue what it does and wher eit should be added!?! So i have: <html> <head> <script type="text/javascript" language="javascript"> var loading_img = '/media/images/layout/loading.gif'; var loading_msg = ' Loading...'; var xmlhttp_obj = false;//create the XMLHttpRequest
0
8437
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8348
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8861
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8636
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5660
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4185
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4351
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
2003
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1759
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.