-
![Screenshot from 2020-09-10 23:38:59](https://user-images.githubusercontent.com/25798915/92819125-230d2580-f3d1-11ea-8293-8a0c0decaa07.png)
![Screenshot from 2020-09-11 01:29:23](https://user-images…
-
When an image is uploaded to the gallery, the user should be prompted to name it, and a unique name must be entered before the image is saved to the database.
-
```
IT should also be possible to upload an image from the local drive into the
system itself (i.e. store it in the concept server), for cases where there
is no link on the web, or nothing reliable...…
-
```
What version of the ... are you using?
1. Wordpress: 3.5.1 and previous one
2. Constructor: 1.6.5
What URL of your blog(s)?
1. http://www.o-range.com
Please provide any additional information …
-
In file DisplayAnythingGallery.php line 598
original: $uploadPath = "/" . trim(ASSETS_PATH, "/ ") . $targetDirectory;
replace wit: $uploadPath = trim(ASSETS_PATH, "/ ") . $targetDirectory;
In file XH…
zoao updated
11 years ago
-
Look at how clean this is. This is what imgee integration should look like for client apps. Drag and drop a photo directly into the client app, or hit "Choose an image" to open Imgee's iframe.
![scre…
jace updated
11 years ago
-
Forgive me if this has been covered elsewhere, but is it possible to limit the number of images uploadable (also taking into account the images that may already exist) in a given editor field?
For ex…
-
Add Image upload to YUI Editor's Image widget. Base on this script
http://allmybrain.com/wp-content/uploads/2007/10/yui-image-uploader26.js
demo: http://allmybrain.com/2009/07/01/example-image-upload…
-
Add functionality to be able to upload an image to the user profile. If he has no image, we use gravatar
-
Hi guys, I am Using permissions 644 for files and 755 for directories
with magento 1.9.1.0 when uploading a picture, it is with its perfectly read permissions
But with 1.9.2.3 when uploading a pict…