Jump to content

send ajax to "Main" from UniURLFrame...


erich.wanker

Recommended Posts

Hi folks :-)

 

My Question

if i drop a file into a UniURLFrame  -   is it possible to send a AJAX-Info to "TMainForm" ?

 

i want to have as EventName:  "file_dropped"

and as Params.Values['param0']    the name of the dropped file

 

Why?

i use "dropzone.js" for drag&drop functionality - works fine - but i need the info in UNIGUI  when a user dropped a file  

 

How i made it:

Serverside: the Javascripts of dropzone AND a File-upload-PHP

Clientside: UniURLFrame with HTML .. the "<form action="/files/js/upload.php" class="dropzone"></form>"  sends the files to the PHP .. the PHP saves the file on server...

 

Thanx for suggestions

 

Erich

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...