Posts Tagged ‘Upload File’

How to compress a large photo with php file?

Hello,

I have a website that all what is doing is uploading images i just wonder if there is any way to upload 5mb file and compress it to like 200k without effect the quality of the picture and also to keep the same original size of the picture i know there is some php code that doing it but i am not sure how there is anyone can give me advice?

Thanks
tal

What JavaScript code do I use with PHP to show a file that was just uploaded onto the page?

I made a pretty basic PHP code to upload an image file (gif, jpeg, or pjpeg), and I can’t seem to find a JS code to show the newly uploaded picture on the page. I’m looking for a code that shows the uploaded picture itself, not just a certain picture each time you upload something.

So if someone could show me, that would be great, thanks.

How to upload a file using php on the server?

How to upload a file using php on the server?

What is the code of upload a file to my web ?

I want the code of upload a file to my web side it’s very important for me please everybody help me.

What HTML code do I use to allow clients to upload a file to my FTP server?

I know the address, user name, and password for the FTP server. I also found code for allowing users to select a file for uploading to a "http website", but not a FTP server.