feri_soft Posted November 21, 2006 Share Posted November 21, 2006 Any ideas on creating an image cropper and mover so that a user will be able to move one image over another and change the size of the moving pictures dinamically without using php to create and delete 500000000 files for each action. Quote Link to comment Share on other sites More sharing options...
AndyB Posted November 22, 2006 Share Posted November 22, 2006 500 million files? Even if it were one file, you can't delete stuff on a server using client-side code. Quote Link to comment Share on other sites More sharing options...
tomfmason Posted November 22, 2006 Share Posted November 22, 2006 AndyB is 100% correct about not being able to use javascript a clientside language to perform server side actions. Quote Link to comment Share on other sites More sharing options...
feri_soft Posted November 22, 2006 Author Share Posted November 22, 2006 NO i mean that iusing php i have to delte it .... and create again with new changes thats why i need some kind of js code to do this without the need of create and delete new files. Quote Link to comment Share on other sites More sharing options...
fenway Posted November 22, 2006 Share Posted November 22, 2006 And you're trying to do what, exactly? Quote Link to comment Share on other sites More sharing options...
feri_soft Posted November 22, 2006 Author Share Posted November 22, 2006 see here:click browse and choose a picture:http://www.portokal.net/upload Quote Link to comment Share on other sites More sharing options...
feri_soft Posted November 23, 2006 Author Share Posted November 23, 2006 Ideas the site is not in english but i thing you will get the idea ;)the pinc rounded rects are the upload buttons the upper is for image the lower for text :) Quote Link to comment Share on other sites More sharing options...
tomfmason Posted November 23, 2006 Share Posted November 23, 2006 What you are talking about is going to be very complicated. Here are some links that may helpJavascript Drag and drop:http://www.webreference.com/programming/javascript/mk/column2/index.htmlhttp://elouai.com/javascript-drag-and-drop.phpNow that may be a little difficult for some one that is new to javascript. Also you may want to look at the tutorials at http://www.ajaxfreaks.comGood Luck,Tom Quote Link to comment 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.