Formats Upload Modification - Associate a File with each Image - Page 3 Formats Upload Modification - Associate a File with each Image - Page 3
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Formats Upload Modification - Associate a File with each Image

Started by Garibaldi, April 17, 2009, 10:54:09 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mushipkw

No, its not working.
After clicking Done in the popup windows. The textbox shows filename with random numbers & the fike doesn't gets saved on the server.

Garibaldi

In that case I'm not sure how to implement what you want. I guess you'll just have to use it with random numbers after all uploads (or none at all). The problem is that the random number is created in Javascript which is on the client side. It is tricky to have that type of communication between the client and server