douqiang6448 2018-03-28 13:11
浏览 29

如何使用jQuery在localhost上创建文件夹并在该文件夹中插入imageData作为Image?

How can I create folder on localhost using jQuery and insert imageData as Image at created folder?

My localhost directory is

E:\xampp\htdocs\trinity_app\desktop\BATes\images\deliver\

I want to create a new folder in this directory. Folder name ew_folder.

  • 写回答

2条回答 默认 最新

  • duanjiong1952 2018-03-28 13:16
    关注

    Using this you can make a directory,

    if (!file_exists('path/to/directory')) {
       mkdir('path/to/directory', 0777, true);
    }
    
    评论

报告相同问题?

悬赏问题

  • ¥15 谁有desed数据集呀
  • ¥20 手写数字识别运行c仿真时,程序报错错误代码sim211-100
  • ¥15 关于#hadoop#的问题
  • ¥15 (标签-Python|关键词-socket)
  • ¥15 keil里为什么main.c定义的函数在it.c调用不了
  • ¥50 切换TabTip键盘的输入法
  • ¥15 可否在不同线程中调用封装数据库操作的类
  • ¥15 微带串馈天线阵列每个阵元宽度计算
  • ¥15 keil的map文件中Image component sizes各项意思
  • ¥20 求个正点原子stm32f407开发版的贪吃蛇游戏