()
| 94 | } |
| 95 | |
| 96 | export function makeUploadId() { |
| 97 | return `upl_${Date.now()}_${Math.random().toString(36).slice(2, 10)}`; |
| 98 | } |
| 99 | |
| 100 | export function generateServerId() { |
| 101 | return 's_' + Date.now().toString(36) + '_' + Math.random().toString(36).slice(2, 8); |