Questions tagged [image-upload]

Use this tag for questions regarding uploading image to an online storage service such as Cloud Firestone, Amazon AWS

There are many online services and APIs that allow an app or software to upload and store images online. Some of them are: Cloud Firestore, Amazon AWS, Google photos, etc.

727 questions
-2
votes
2 answers

Storing image name

I am currently storing an image into the database directly. I learnt that it is not a good idea to store an image to database, instead i should upload the image to a directory and insert the file name to database. This is how i upload the image to…
Steve
  • 1,622
  • 5
  • 21
  • 39
-2
votes
1 answer

Check secure image upload

I want to upload images to server from browser window. I'm using this function for image upload.Images is uploaded by GD library. What is your opinion of this code? I want to know if there is still a way to upload a malicious file?
Mohsen Movahed
  • 418
  • 5
  • 22
-2
votes
1 answer

Uploading Multiple Images to Amazon s3 with HTML, javascript & jQuery with Ajax Request (No PHP or Server)

I am developing a website in HTML, javascript & jQuery. I want to upload (multiple images) to amazon s3 server in an ajax request. There is no such SDK to integrate s3 in Javascript. A PHP SDK is available, but it is not useful to me. Can anybody…
-2
votes
1 answer

Image uploading in cakephp and is not been uploaded in folder

I am trying to upload image but it is being saved in database but having a problem to save the file in webroot folder. is there any possible mistake then please provide me suggestion my controller is like this: if ($this->request->is('post')) { …
Developer
  • 45
  • 1
  • 10
-2
votes
1 answer

upload and retrieve images using mysql and php?

Hello and thanks in advance i was working on file upload and I needed to create a profile page with image upload and resume upload. Resume upload was not a big deal but in case of image I want user to upload a image and the uploaded image will be…
Meenesh Jain
  • 2,532
  • 2
  • 19
  • 29
-2
votes
2 answers

how to check the size of the image file in javaserver faces

I m working on javaserver faces i had problem with checking the size of the image file uploaded ,can any one help me ?
-3
votes
1 answer

PHP image upload not working

I'm just trying to upload an image and insert its location into database(SQLYog). The code works fine without database connection. But when I try to link it with SQL Yog , action page displays nothing at all and nothing is getting inserted into…
JeNy
  • 87
  • 2
  • 5
  • 13
1 2 3
48
49