taoguan / jwysiwyg

Automatically exported from code.google.com/p/jwysiwyg
0 stars 0 forks source link

Uploading images (not enter a url) #99

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I want to upload images instead of entering the url of a image.
Who can help me?
thnaks

Original issue reported on code.google.com by e.p...@evolutionhost.nl on 5 Apr 2009 at 3:33

GoogleCodeExporter commented 8 years ago
This is a 'gui' script, to upload files to your server you need a separate
server-side handler that accepts file data and stores it. Here's a php
example/how-to: http://www.w3schools.com/PHP/php_file_upload.asp

You also need some kind of a file browser/manager to be able to see & insert 
items to
the editor.

So, there are 3 parts: editor, uploader and browser/manager. If you're new to 
this,
better choose something less dev-ish, like spaweditor, tiny or fck as they have 
all 3
already.

Original comment by margo.sk...@gmail.com on 5 Apr 2009 at 4:17

GoogleCodeExporter commented 8 years ago
Thanks,

I know this is a GUI script, and i know PHP. I will try if i can develop 
something.

Original comment by e.p...@evolutionhost.nl on 5 Apr 2009 at 4:21

GoogleCodeExporter commented 8 years ago
See at Issue 55 to get solution.

Original comment by akzhan.a...@gmail.com on 8 Dec 2009 at 2:37