bob.johnson Posted December 19, 2011 Share Posted December 19, 2011 Hello i just want to code a function for my editor that help me to do this: i copy a page with some note and picture in my editor,when i press send bottom editor find IMG tag in and upload it in my own server i can write a function for finding IMG tag and upload,but i don't know how i have to add automatic upload to my server,is there any body here can help me for coding this? or do you know one script or editor that have this properties on it? i use my sample editor Quote Link to comment https://forums.phpfreaks.com/topic/253506-getting-img-tag-and-auto-upload-properties-for-editor/ Share on other sites More sharing options...
requinix Posted December 19, 2011 Share Posted December 19, 2011 Not possible without Flash or Java. Quote Link to comment https://forums.phpfreaks.com/topic/253506-getting-img-tag-and-auto-upload-properties-for-editor/#findComment-1299538 Share on other sites More sharing options...
bob.johnson Posted December 20, 2011 Author Share Posted December 20, 2011 I think it is possible if we use ajax or jquery and a loop but i'm unable to do this because of my knowledge what you can with java?how? Quote Link to comment https://forums.phpfreaks.com/topic/253506-getting-img-tag-and-auto-upload-properties-for-editor/#findComment-1299652 Share on other sites More sharing options...
requinix Posted December 20, 2011 Share Posted December 20, 2011 It is not possible with AJAX (which is a way of communicating with a server) or jQuery (which is a framework for JavaScript). The problem is that you'd need direct access to the files on a person's computer and that's simply not possible with JavaScript. Java and Flash can both access files, if the user allows them to run, and could thus automatically upload files. I don't know how you would with them because I am neither a Java nor ActionScript programmer. Quote Link to comment https://forums.phpfreaks.com/topic/253506-getting-img-tag-and-auto-upload-properties-for-editor/#findComment-1299930 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.